solidusio / solidus_stripe

💳 Integrate Solidus with Stripe
https://stripe.com
BSD 3-Clause "New" or "Revised" License
36 stars 62 forks source link

Bug Fix: Register Webhook Event Only Once #318

Closed cpfergus1 closed 9 months ago

cpfergus1 commented 9 months ago

Prior to this change, an error would be thrown every time Rails would have to reload because SolidusStripe would try to re-register the webhook events. To prevent this we want to remove the registration call outside of the reloader so it only registers the event once.