Method: Pay::FakeProcessor::Billable#update_customer!

Defined in:
lib/pay/fake_processor/billable.rb

#update_customer!(**attributes) ⇒ Object



22
23
24
25
# File 'lib/pay/fake_processor/billable.rb', line 22

def update_customer!(**attributes)
  # return customer to fake an update
  customer
end