Skip to content

Commit

Permalink
#1370 add issue link for context
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jul 5, 2024
1 parent 44e4f10 commit 1b5a26e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subscribie/blueprints/checkout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b5a26e

Please sign in to comment.