craftcms / stripe

Sync and extend Stripe products and subscriptions.
MIT License
5 stars 2 forks source link

After syncing customer’s email to Stripe, ensure customer data record is updated straight away. #18

Closed i-just closed 2 months ago

i-just commented 3 months ago

Description

When you edit a user’s email and the logic to update a customer’s email in Stripe kicks in, we need to ensure the customer data record(s) (stripe_customerdata table) is also updated straight away.

Related issues

12