Add explanatory note for "off-session" payment processing

This commit is contained in:
Matt-Yorkley
2021-12-16 17:57:53 +00:00
parent 6b683d600f
commit dbe4d61e57

View File

@@ -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