-
Notifications
You must be signed in to change notification settings - Fork 108
fix: added validation for empty clientSecret in completeUpdateIntent #1243
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
base: main
Are you sure you want to change the base?
fix: added validation for empty clientSecret in completeUpdateIntent #1243
Conversation
83fc2ef to
3867c7e
Compare
|
@aritro2002 can you please review now
i had to use if else block and return a resolved promise containing an empty JSON object. |
3867c7e to
81fcc37
Compare
|
@aritro2002 can you please review this pr? |
81fcc37 to
03c1ae1
Compare
|
@aritro2002 can you please review this pr? |
03c1ae1 to
e332b7b
Compare
|
@aritro2002 can you please review this pr? |
|
@aritro2002 can you please review this pr |
|
@aritro2002 can you please review this pr? |
e332b7b to
5bf700b
Compare
5bf700b to
e8a738c
Compare
|
@sakksham7 done with suggested changes can you please review in your free time? |
Type of Change
Description
Fixes #9355
Added validation to check whether clientSecret is empty if its length is empty if it is then returning else continue with the existing flow
How did you test it?
Checklist
npm run re:build