Skip to content

Commit

Permalink
#1431 Always announce stripe connect account to router when connectin…
Browse files Browse the repository at this point in the history
…g payment gateway stripe. related #1433
  • Loading branch information
chrisjsimpson committed Jan 15, 2025
1 parent 7abd789 commit 4ded17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscribie/blueprints/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ def stripe_onboarding():
payment_provider.stripe_test_connect_account_id = account.id

database.session.commit()

announce_stripe_connect_account(account.id, live_mode=1 if stripe_livemode() else 0)
session["account_id"] = account.id
account_link_url = _generate_account_link(account.id)
try:
Expand Down

0 comments on commit 4ded17f

Please sign in to comment.