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 had used this library and paymen is working fine on sandbox mode but not working on live mode.
Below is the link for code I am executing. https://pastebin.com/td1fcG98 Let me know if I do something wrong in this.
On sandbox it is printing below: ( [message] => Invalid response [status] => ERROR [responsecode] => [auth_code] => [trans_id] => [ref_id] => 1549025223 )
On live it it printing below: ( [message] => Invalid response [status] => ERROR [responsecode] => 4 [auth_code] => 937176 [trans_id] => xxxxxxxxxx [ref_id] => xxxxxxxx )
Any help or suggession will be highly approciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had used this library and paymen is working fine on sandbox mode but not working on live mode.
Below is the link for code I am executing.
https://pastebin.com/td1fcG98
Let me know if I do something wrong in this.
On sandbox it is printing below:
(
[message] => Invalid response
[status] => ERROR
[responsecode] =>
[auth_code] =>
[trans_id] =>
[ref_id] => 1549025223
)
On live it it printing below:
(
[message] => Invalid response
[status] => ERROR
[responsecode] => 4
[auth_code] => 937176
[trans_id] => xxxxxxxxxx
[ref_id] => xxxxxxxx
)
Any help or suggession will be highly approciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: