craftcms / stripe

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

Update email not always syncing #12

Open splendidrob opened 3 months ago

splendidrob commented 3 months ago

Description

Odd one here - changin a users email address only seems to sometimes sync with stripe

Steps to reproduce

  1. Change a users email address in Craft and notice it updates in Stripe
  2. Change it back again and it doesnt update in Stripe.
  3. Changing it again sometimes seems to result in a synced change but I cant see any reason why

Additional info

i-just commented 1 month ago

Hi, thanks for reporting! Based on my tests, this could have happened if the queue job to trigger customer data sync wasn’t completed before the next email update. I raised a PR for this.