mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Remove newly added attr_accessible from stripe_sca
This is not needed, in rails 4 the params are permitted at controller level
This commit is contained in:
@@ -12,8 +12,6 @@ module Spree
|
||||
|
||||
validate :ensure_enterprise_selected
|
||||
|
||||
attr_accessible :preferred_enterprise_id
|
||||
|
||||
def method_type
|
||||
'stripe_sca'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user