class Bygpay::Deposits
Public Instance Methods
charge()
click to toggle source
# File lib/bygpay/deposits.rb, line 5 def charge; end
transaction_status(uuid)
click to toggle source
Return deposit transaction status
# File lib/bygpay/deposits.rb, line 8 def transaction_status(uuid) get_status(deposit_status_endpoint,uuid) end