Module: Moneta::Front::ServiceMethods

Included in:
Service
Defined in:
lib/moneta/front/service_methods.rb

Instance Method Summary collapse

Instance Method Details

#get_receipt_pdf(operation_id) ⇒ Object



4
5
6
7
8
# File 'lib/moneta/front/service_methods.rb', line 4

def get_receipt_pdf(operation_id)
  url = "report/receipt.htm?operationId=#{operation_id}&format=pdf"

  call(url)
end