We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried the other methods and its working properly but when I tried the payment and amax, I am not getting the desired result.
API Type
`use Globe\Connect\Payment;
$payment = new Payment($token); // payment request $payment->setEndUserId(9xxxxxxxx); $payment->setAmount(1.00); $payment->setDescription("Pang bili nang kendi"); $payment->setReferenceCode("xxxx1000001"); $payment->setTransactionOperationStatus("Charged"); print $payment->sendPaymentRequest(); use Globe\Connect\Amax; $amax = new Amax($APP_ID, $APP_SECRET); $amax->setToken($token); $amax->setAddress('+639xxxxxxx'); $amax->setPromo('FREE10MB'); echo $amax->sendReward();`
Output
{ "error": "Failed to authenticate" }{ "error": "Something went wrong." }
The text was updated successfully, but these errors were encountered:
mine as well really need help
Sorry, something went wrong.
No branches or pull requests
I've tried the other methods and its working properly but when I tried the payment and amax, I am not getting the desired result.
API Type
`use Globe\Connect\Payment;
Output
{ "error": "Failed to authenticate" }{ "error": "Something went wrong." }
The text was updated successfully, but these errors were encountered: