From dd1940202eb8d9b3ab14a63e5b09c95bf7ac622a Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Sat, 6 Jul 2024 00:20:02 +0100 Subject: [PATCH] #1370 add issue link for context --- subscribie/blueprints/checkout/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subscribie/blueprints/checkout/__init__.py b/subscribie/blueprints/checkout/__init__.py index 5a346527..5a3608cf 100644 --- a/subscribie/blueprints/checkout/__init__.py +++ b/subscribie/blueprints/checkout/__init__.py @@ -190,7 +190,8 @@ def order_summary(): payment_provider = PaymentProvider.query.first() chosen_option_ids = session.get("chosen_option_ids", None) - # We create a subscription object regardless of payment, + # We create a subscription object regardless of payment + # See https://github.com/Subscribie/subscribie/issues/1369 # note this occurs *before* directing the user to checkouts # (such as Stripe) since payment is separate from the # *intent* to create a subscription (that is, a subscription may