Method: PaymentRails::InvoiceGateway#update
- Defined in:
- lib/paymentrails/gateways/InvoiceGateway.rb
#update(body) ⇒ Object
32 33 34 35 |
# File 'lib/paymentrails/gateways/InvoiceGateway.rb', line 32 def update(body) @client.post('/v1/invoices/update', body) true end |