mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
Add explanatory note for "off-session" payment processing
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Note: "off-session" processing happens when a payment is placed on behalf of a user when
|
||||
# they are currently offline. This can happen with backoffice orders or subscriptions.
|
||||
# In that case; if the payment requires authorization in Stripe, we send an email so the user
|
||||
# can authorize it later (asynchronously).
|
||||
|
||||
module OrderManagement
|
||||
module Order
|
||||
class StripeScaPaymentAuthorize
|
||||
|
||||
Reference in New Issue
Block a user