-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customer data not being passed over to stripe #244
Comments
I update the Stripe Customer when a new user registers or when the billing address has been updated, using the following code:
Something similar should work for you, too. |
@Saboteur777 thanks for this, really helpful! My only question is how would guest customers be handled with the above code? I have run some tests and when checking out as a guest, the I've had a look in the service |
In my case there are just subscriptions and registered users only, that's why In case of guest orders, a In this case you could access Customer with |
Any update on this with a guest customer? Much appreciated. |
@eshopsoftware Have you tried mapping the Customer to the Stripe Customer? |
Description
Customer's name, billing address, and shipping address are not being transmitted to Stripe.
I cannot see any of this information in the transaction logs, so it's like the data just isn't being considered for passing over to Stripe. Is there any way of resolving this, so I can see all of the customers data in Stripe as will as in the CMS.
Additional info
The text was updated successfully, but these errors were encountered: