Class: SpreeStripe::WebhookHandlers::Base
- Inherits:
-
Object
- Object
- SpreeStripe::WebhookHandlers::Base
- Defined in:
- app/services/spree_stripe/webhook_handlers/base.rb
Direct Known Subclasses
PaymentIntentAmountCapturableUpdated, PaymentIntentSucceeded
Constant Summary collapse
- ENQUEUE_DELAY =
Delay before processing a webhook to give the storefront’s own session-complete request a chance to land first, avoiding double-processing of the same payment.
10.seconds