-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ci(cypress): Add Session Token Testcases #6683
base: main
Are you sure you want to change the base?
Conversation
Changed Files
|
merchant_identifier: | ||
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10", | ||
psp_id: | ||
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10", | ||
operational_analytics_identifier: | ||
"Apple pay:6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10", | ||
domain_name: "hyperswitch-demo-store.netlify.app", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are those dummy values?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merchant identifier which is in the encrypted format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this to creds.json file it should not be hardcoded here
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10", | ||
psp_id: | ||
"6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10", | ||
operational_analytics_identifier: | ||
"Apple pay:6ACD34193A900BA07E215155E3647CF4759340CF486BABAEE6C0840F9267AB10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove/replace with dummy values if not already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this to creds.json file it should not be hardcoded here
Type of Change
Description
Added Session Token Call Testcases in cypress
Additional Changes
Motivation and Context
To include session token testcases in automation.
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy