tansengming / stripe-rails

A Rails Engine for integrating with Stripe
MIT License
753 stars 123 forks source link

Clearing callbacks after unload doesn't play nice with eager_load settings in DEV #155

Closed alexagranov closed 5 years ago

alexagranov commented 5 years ago

Changes introduced by #137 will cause callbacks registered via eager loading to be cleared upon first event sent from Stripe.

To recreate:

PR with a fix coming up.