Use new return URL when authorizing Stripe payments in backoffice or subs

This commit is contained in:
Matt-Yorkley
2021-12-31 14:26:03 +00:00
parent c209be9c17
commit 5a2c14e79a

View File

@@ -46,7 +46,7 @@ module OrderManagement
end
def off_session_return_url
order_url(order)
payment_gateways_authorize_stripe_url(order)
end
end
end