Method: Pay::Customer#update_payment_method

Defined in:
app/models/pay/customer.rb

#update_payment_method(payment_method_id) ⇒ Object



35
36
37
# File 'app/models/pay/customer.rb', line 35

def update_payment_method(payment_method_id)
  add_payment_method(payment_method_id, default: true)
end