mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
Progress order to address at start of checkout
This commit is contained in:
@@ -39,6 +39,8 @@ class SplitCheckoutController < ::BaseController
|
||||
|
||||
redirect_to_step unless checkout_step
|
||||
|
||||
OrderWorkflow.new(@order).next if @order.cart?
|
||||
|
||||
# This is only required because of spree_paypal_express. If we implement
|
||||
# a version of paypal that uses this controller, and more specifically
|
||||
# the #action_failed method, then we can remove this call
|
||||
|
||||
Reference in New Issue
Block a user