Method: PaymentRails::InvoiceGateway#find

Defined in:
lib/paymentrails/gateways/InvoiceGateway.rb

#find(body) ⇒ Object



12
13
14
15
# File 'lib/paymentrails/gateways/InvoiceGateway.rb', line 12

def find(body)
  response = @client.post('/v1/invoices/get', body)
  invoice_builder(response)
end