diff --git a/app/controllers/checkout_controller.rb b/app/controllers/checkout_controller.rb index e3c083e7eb..83ecd4cc37 100644 --- a/app/controllers/checkout_controller.rb +++ b/app/controllers/checkout_controller.rb @@ -249,7 +249,8 @@ class CheckoutController < Spree::StoreController source_attributes: [ :gateway_payment_profile_id, :cc_type, :last_digits, :month, :year, :first_name, :last_name, - :number, :verification_value + :number, :verification_value, + :save_requested_by_customer ] ], bill_address_attributes: permitted_address_attributes,