Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Created February 18, 2013 10:19
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/4976428 to your computer and use it in GitHub Desktop.
Save nukturnal/4976428 to your computer and use it in GitHub Desktop.
direct_pay = MPower::DirectPay.new
if (direct_pay.credit_account("CUSTOMER_MPOWER_USERNAME_OR_PHONE",100))
puts direct_pay.description
puts direct_pay.response_text
puts direct_pay.transaction_id
else
puts direct_pay.description
puts direct_pay.response_text
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment