-
Notifications
You must be signed in to change notification settings - Fork 221
Feat/added ppcp fastlane 3ds #2884
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: master
Are you sure you want to change the base?
Feat/added ppcp fastlane 3ds #2884
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ code/snyk check is complete. No issues have been found. (View Details) |
865e7db
to
1f7ad64
Compare
1f7ad64
to
770cc5e
Compare
…feat/added_ppcp_fastlane_3ds
e105db3
to
2e1e933
Compare
affa546
to
417cc02
Compare
} | ||
|
||
if (authenticationState === 'canceled') { | ||
console.log('3DS check was canceled'); |
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.
console.error
might be better
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.
Fixed
Fastlane(options?: PayPalFastlaneOptions): Promise<PayPalFastlane>; | ||
} | ||
|
||
interface ThreeDomainSecureClientShowResponse { | ||
liabilityShift: string; | ||
authenticationState: string; |
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.
Would be better to set enum type up here with available states instead of string
. The same action for liabilityShift
and use these enums where needed
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.
Fixed
654ebbb
to
b5a742e
Compare
b5a742e
to
8370b7a
Compare
8370b7a
to
2d8d886
Compare
What?
Added 3ds check for PPCP FL
Why?
To be able to check PPCP FL payment flow with 3DS validation
Testing / Proof
Screen.Recording.2025-06-11.at.15.32.11.mov
Screen.Recording.2025-06-11.at.15.29.29.mov
@bigcommerce/team-checkout @bigcommerce/team-payments