-
Notifications
You must be signed in to change notification settings - Fork 295
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
Update BTPayPalRequest
with App Switch Properties
#1465
Update BTPayPalRequest
with App Switch Properties
#1465
Conversation
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.
This should have the base branch as the feature branch. Lets also try not to have the internal ticket number in the branch name in the future.
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!!!
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.
🚀
* Update `BTPayPalRequest` with App Switch Properties (#1465) * add initial commits for updating `BTPayPalRequest` with app switch properties * add changelog.md entry * address pr feedback * cleanup * cleanup doc string * address pr feedback * add app-switch support for one-time-checkout * Revert "add app-switch support for one-time-checkout" This reverts commit 26cfe78. * add app-switch demo app support for one-time checkout flow (#1471) * update parsing app switch url for 1-time checkout flow (#1500) * Launch PayPal App For Checkout Flow (#1504) * make changes to launch pp app for checkout flow * address failing unit test * address pr comments * address pr feedback * disable unit test * clean up and address pr feedback * clean up and re-add test/relevant errors * fix warning * address swift lint error * ECS5 App Switch Feature Bug Fixes (#1512) * add token param * update parsing logic * fix linkType bug * remove token parameter as we expect gw to pass this in redirectURL * pull in main changes * address pr feedback * fix spacing * code cleanup * more cleanup
Summary of changes
BTPayPalRequest
with app-switch properties,enablePayPalAppSwitch
anduserAuthenticationEmail
BTPayPalVaultRequest
BTPayPalCheckoutRequest
with these propertiesChecklist
Authors