Method: Pay::Stripe::Merchant#account
- Defined in:
- lib/pay/stripe/merchant.rb
#account ⇒ Object
29 30 31 32 33 |
# File 'lib/pay/stripe/merchant.rb', line 29 def account ::Stripe::Account.retrieve(processor_id) rescue ::Stripe::StripeError => e raise Pay::Stripe::Error, e end |