Jump to content

Stripe no longer reporting order number under description field after updating to 3.0.8


onebrowncow

Recommended Posts

Just noticed on our monthly Stripe report from Stripe that the field for description which is normally populated with the 'order for payment number' followed by the actual customer order number is now completely blank after updating the plugin to version 3.0.8

Wondered if anyone else has seen the same issue after updating before I report it as a bug.

 

Thanks

Link to comment
Share on other sites

According to this bug report:

https://github.com/cubecart/v6/issues/3050

a line of code was removed because when Stripe updated their API endpoint by removing something (not sure what 'payment_intent" is), there was no longer any place to put that item of data - "Payment for order ###" - which then crashed PHP.

According to Stripe's documentation, you should be able to visit your Stripe Dashboard and specify which API version you want to be using -- quite probably 7.83.0.

Then, use Stripe module version 3.0.7, which is currently coded to use the included API library version 7.83.0.

Note: I have no way to test this.

Link to comment
Share on other sites

@bsmither you are correct, updating the API in the Stripe dashboard does make a difference. However many of the available fields in the stripe reports are not populated with data from Cubecart. Of those that would be most useful are the customer_name headed column. The customer name does appear in the dashboard but not in any of the downloadable reports, and the Cubecart invoice number which did appear if using the previous plugin, but not in the latest 3.0.7 version, I think this information should now appear under the invoice_id column

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...