mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
Add order_token params to the redirect URL after checkout
This commit is contained in:
@@ -132,7 +132,7 @@ class SplitCheckoutController < ::BaseController
|
||||
when "confirmation"
|
||||
redirect_to checkout_step_path(:summary)
|
||||
else
|
||||
redirect_to order_path(@order)
|
||||
redirect_to order_path(@order, order_token: @order.token)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user