Class: SpreeStripe::WebhookHandlers::Base

Inherits:
Object
  • Object
show all
Defined in:
app/services/spree_stripe/webhook_handlers/base.rb

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