You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're pushing the user or guest order email to Stripe when creating a Stripe::Customer object. However, we're not syncing when we receive the customer.updated webhook event or change the user email from Solidus.
We have two options:
Handle the two-way sync.
Remove pushing the email information to Stripe, as that's not a required field. Although it might be useful to quickly retrieve payments for a given user, an operator still has two ways to do that:
From Solidus, listing all the orders for a given user.
From Stripe, clicking on the customer id for a given payment intent.
The text was updated successfully, but these errors were encountered:
We're pushing the user or guest order email to Stripe when creating a
Stripe::Customer
object. However, we're not syncing when we receive thecustomer.updated
webhook event or change the user email from Solidus.We have two options:
The text was updated successfully, but these errors were encountered: