Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Last active October 12, 2015 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukturnal/4080857 to your computer and use it in GitHub Desktop.
Save nukturnal/4080857 to your computer and use it in GitHub Desktop.
MPower Ruby OPR charge
# Onsite Payment Request Charge requires bother the OPR_Token & Customers Confirmation Token
if invoice.charge("OPR_TOKEN","CUSTOMER_CONFIRM_TOKEN")
puts invoice.status
puts invoice.response_text
puts invoice.receipt_url
puts invoice.get_customer_info("name")
puts invoice.get_customer_info("email")
else
puts invoice.status
puts invoice.response_text
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment