cleanup(cards) cleanup nonprofits/cards_controller
This commit is contained in:
parent
772332a5cb
commit
6c9dc8b150
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Nonprofits
|
||||||
end
|
end
|
||||||
|
|
||||||
def required_params
|
def required_params
|
||||||
params.require(:nonprofit_id, card: [:name, :stripe_card_token, :stripe_card_id, :holder_id, :holder_type] )
|
params.require(:nonprofit_id, card: [:name, :stripe_card_token, :stripe_card_id, :holder_id, :holder_type])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue