Method: ArrowPayments::Customer#PaymentMethods
- Defined in:
- lib/arrow_payments/customer.rb
#PaymentMethods ⇒ Object
20 21 22 |
# File 'lib/arrow_payments/customer.rb', line 20 def PaymentMethods (payment_methods || []).map(&:to_source_hash) end |