-
Notifications
You must be signed in to change notification settings - Fork 123
Feat: React PayPal JS V6 #695
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
Merged
Merged
Changes from 33 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
a142270
Feat: Upgrade Typescript to v5 in react-paypal-js (#685)
EvanReinstein 8b8100c
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein dda72d7
Feat: V6 Context Provider (#688)
EvanReinstein 1e88680
Feat: Add check for existing core script (#701)
EvanReinstein eb2aa2c
feat: Implement use venmo one time payment session hook
hamzanasir 0632aff
Merge branch 'feature/react-paypal-js-v6' into feature/use-venmo-one-…
hamzanasir 7652c90
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein 6770bf6
moved `useProxyProps` to this branch
kand 8f0fc06
rename to types file
kand be506a0
CreateOrderPromise
kand 3cbb4b3
export CreateOrder* types
kand 2b05465
Merge branch 'feature/react-paypal-js-v6' into feature/use-venmo-one-…
hamzanasir 87c6ff9
chore: Breakout enums from type file
hamzanasir e433f21
Merge pull request #703 from paypal/feature/breakout-enums-from-types…
hamzanasir 3012443
Merge branch 'feature/react-paypal-js-v6' into feature/use-venmo-one-…
hamzanasir 41820bb
add pay later hook
kand aeef309
Merge pull request #702 from paypal/feature/use-venmo-one-time-hook
hamzanasir 542a4a7
Merge pull request #697 from paypal/feature/react-paypal-js-v6_paylat…
kand 0b82647
fix venmo test file
kand c4af8a7
rename test file
kand 7cf93c8
fix types
kand 0ed742f
fix tests and types
kand e6cdb5a
Merge pull request #705 from paypal/feature/react-paypal-js-v6_fix-ty…
kand e04cff4
add typecheck to lint command for CI
kand 651ebe8
include all files for tsconfig and fix type errors
kand de068ef
Merge pull request #707 from paypal/feature/react-paypal-js-v6_typesc…
kand e559572
Feat: usePayPalOneTimePaymentSession hook (#699)
EvanReinstein 1e04671
Feat: usePayPalSavePaymentSession hook (#708)
EvanReinstein 6f0a2b7
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein 2a34caf
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein d79a638
Refactor PayPalProvider (#714)
EvanReinstein df21f07
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein 0e1a267
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein e9d78ac
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein 6dc83f4
remove shared test utils file (#723)
EvanReinstein 168cb9a
Feat: Add dataNamespace to the PayPal Provider (#720)
EvanReinstein a2a8807
Fix/refactor types (#725)
EvanReinstein 0fddf7c
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein fd6202b
v6 React error handling (#721)
kand d9f5c66
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein 1010eff
Merge branch 'feature/react-paypal-js-v6' of https://github.com/paypa…
EvanReinstein ee91209
Merge branch 'main' of https://github.com/paypal/paypal-js into featu…
EvanReinstein d01b58e
fix error
EvanReinstein 9e8cd60
fix changes from merge conflicts
EvanReinstein File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "@paypal/react-paypal-js": minor | ||
| "@paypal/paypal-js": minor | ||
| --- | ||
|
|
||
| Upgrade react-paypal-js Typescript version to v5.3.3 and update build configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "@paypal/react-paypal-js": minor | ||
| "@paypal/paypal-js": minor | ||
| --- | ||
|
|
||
| Add V6 instance provider and context hook |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@paypal/react-paypal-js": patch | ||
| --- | ||
|
|
||
| Adds an early resolve to loadCoreSdkScript if a v6 core script already exists. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,4 @@ node_modules | |
| /playwright-report/ | ||
| /playwright/.cache/ | ||
| .idea | ||
| .rollup.cache | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 18 | ||
| 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
formatting