Skip to content
New issue

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

getEncryptedOrder function not working #3

Open
theharshguptaflutter opened this issue Jan 5, 2024 · 0 comments
Open

getEncryptedOrder function not working #3

theharshguptaflutter opened this issue Jan 5, 2024 · 0 comments

Comments

@theharshguptaflutter
Copy link

theharshguptaflutter commented Jan 5, 2024

when i encrypt my data its automatic adding merchant_id including in output

request
const enc_request = {
reference_no: "313010796924",
refund_amount: amount.toFixed(2),
refund_ref_no: "API1234",
};
this output i getting i don't know how it automatic merchant_id added on response

Decrypting the response from CCAvenue to a JSON output
{
merchant_id: '2944774',
reference_no: '313010796924',
refund_amount: '15998.00',
refund_ref_no: 'API1234'
}

help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant