Class: Bygpay::Deposits

Inherits:
Object
  • Object
show all
Includes:
Utils
Defined in:
lib/bygpay/deposits.rb

Instance Attribute Summary

Attributes included from Utils

#amount, #meta_data, #response, #response_text, #result, #status, #transaction_id, #uuid

Instance Method Summary collapse

Methods included from Utils

#card_deposit_endpoint, #deposit_status_endpoint, #expresspay_deposit_endpoint, #get_status, #http_connect, #hubtel_deposit_endpoint, #mobile_deposit_endpoint, #mobile_withdraw_endpoint, #parse_response, #paystack_deposit_endpoint, #post, #rave_deposit_endpoint, #withdraw_status_endpoint

Instance Method Details

#chargeObject



5
# File 'lib/bygpay/deposits.rb', line 5

def charge; end

#transaction_status(uuid) ⇒ Object

Return deposit transaction status



8
9
10
# File 'lib/bygpay/deposits.rb', line 8

def transaction_status(uuid)
  get_status(deposit_status_endpoint,uuid)
end