Method: Paystackapi::PaystackTransfer.update_reciept
- Defined in:
- lib/paystackapi.rb
.update_reciept(body, trf_code) ⇒ Object
84 85 86 |
# File 'lib/paystackapi.rb', line 84 def self.update_reciept(body, trf_code) Transaction.update_transfer_reciept(body) end |