Class: Killbill::Litle::PrivatePaymentPlugin

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/litle/private_api.rb

Instance Method Summary collapse

Instance Method Details

#get_currency(kb_account_id) ⇒ Object



5
6
7
8
9
10
# File 'lib/litle/private_api.rb', line 5

def get_currency()
   = kb_apis.()
  .currency
rescue => e
  'USD'
end