Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Last active December 13, 2015 21:18
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/4976305 to your computer and use it in GitHub Desktop.
Save nukturnal/4976305 to your computer and use it in GitHub Desktop.
<?php
$direct_pay = new MPower_DirectPay();
if ($direct_pay->creditAccount("MPOWER_CUSTOMER_USERNAME_OR_PHONENO",70.65)) {
print $direct_pay->description;
print $direct_pay->response_text;
print $direct_pay->transaction_id;
}else{
print $direct_pay->response_text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment