-
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(postman): Added address update test cases #2555
Conversation
d4b63f1
to
b42b992
Compare
}, | ||
{ | ||
"key": "publishable_key", | ||
"value": "pk_snd_8798c6a9114646f8b970b93ad5765ddf", |
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.
Empty these values everywhere
}, | ||
"phone": { | ||
"number": "8056594427", | ||
"country_code": "+91" |
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.
Revert these changes
@@ -4,8 +4,6 @@ | |||
"API Key - Create", | |||
"Payment Connector - Create", | |||
"Payments - Create", | |||
"Payment Connector - Update", |
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.
Why this was deleted?
@@ -44,7 +44,7 @@ | |||
"business_label": "default", | |||
"connector_account_details": { | |||
"auth_type": "HeaderKey", | |||
"api_key": "{{connector_api_key}}_invalid_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.
Revert
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.
You've reverted all the changes that was made in this PR: #2531
7d383ff
to
53d7604
Compare
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.
LGTM!
Type of Change
Description
Modify the existing Stripe postman collection (Hyperswitch collection) to add the address and amount update test cases
Additional Changes
Motivation and Context
Billing address and shipping address Update test cases was not present in the stripe collection .
How did you test it?
Ran the stripe collection
Checklist
cargo +nightly fmt --all
cargo clippy