mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add one more needed permitted attribute to checkout controller
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user