Link SolidusStripe::Customer
to reusable payment sources
#164
Labels
enhancement
New feature or request
Milestone
What
Associate it to the stripe customer id that was created for the order's user whenever a payment source is created for a reusable profile.
See also https://github.com/solidusio/solidus_braintree/blob/c2c6452bb54244afce6af4f27d81b081da10bff6/app/models/solidus_braintree/gateway.rb#L227-L249.
Dependencies
SolidusStripe::Customer
model #163Why
Payments should be tied to a single customer on stripe as they're coming from a single user on solidus, this will make handling issues and investigations much easier (e.g. from customer support team members).
The text was updated successfully, but these errors were encountered: