Open DevynCJohnson opened 3 years ago
Below is a screenshot of the Stripe payment from our sandbox/test environment. Notice that the customer name is "None".
I'm having issues with this too. So would be good to know if there is a workaround for this?
I've got the same setup as above (albeit minor changes)
@dazza041 probably you will have better chances if you go study official API docs. Maybe some request rules changes in that API endpoint and are not updated in this package?
When you look at commits https://github.com/thephpleague/omnipay-stripe/commits/master there were 3 commits since this issue was created.
Stripe via OmniPay does not appear to be sending customer information. On Stripe's website, when viewing information regarding a payment, the customer appears as "None". I am passing the customer information as seen in the below code snippet. If this is not a bug, but rather an case where I over-looked some important piece of documentation, please feel free to enlighten me.