Actions
Feature proposal #7540
closedStripe: needs to support customer object updating
Description
Currently customer objects are created then reused, but not updated. They should be updated if any of the users data should change. Such as email address, name, etc.. It just needs to check this during getStripeCustomer when it's validating the customer id simply also check if the data has changed so we can see if we need to update the customer object. This isn't critical for functionality, but would be nice for records at Stripe.
Updated by beat over 4 years ago
- Related to Feature proposal #8076: Stripe: Allow changing of payment method for existing recurring subscriptions added
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Now compares current basket against customer object to see if any changes are needed.
Actions