Skip to content

Commit 7c6f921

Browse files
committed
chore(docs): update readmes to match repo content
1 parent ced2854 commit 7c6f921

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains sample integrations for PayPal's v6 Web SDK. Learn how
44

55
- make one-time payments with different payment methods like PayPal and Venmo
66
- save payment methods for future transactions
7-
- add Pay Later messaging (coming soon)
7+
- add Pay Later messaging
88

99
## Before You Code
1010

client/components/paypalPayments/oneTimePayment/html/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ npm start
1414

1515
### Sample Integrations
1616

17-
| Sample Integration | Description |
18-
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
19-
| [Recommended](src/recommended/index.html) | Start with this recommended sample integration. It displays all buttons supported by the v6 SDK and includes eligibility logic. It uses the "auto" presentation mode which attempts to launch a popup window and then automatically falls back to the modal presentation mode when the browser does not support popups. |
20-
| [Custom Payment Handler](src/advanced/paymentHandler/index.html) | This custom integration uses the experimental "payment-handler" presentation mode. It teaches how to control the fallback logic for presentation modes based on what the browser supports. |
21-
| [Custom Sandboxed Iframe](src/advanced/sandboxedIframe/README.md) | This custom integration demonstrates how a merchant can wrap the v6 SDK integration code into their own iframe and what values need to be passed to the [iframe sandbox attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox). It does require two web servers to demonstrate the use case. Refer to the README in the src/advanced/sandboxedIframe directory to learn more. |
17+
| Sample Integration | Description |
18+
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
19+
| [Recommended](src/recommended/index.html) | Start with this recommended sample integration. It displays all buttons supported by the v6 SDK and includes eligibility logic. It uses the "auto" presentation mode which attempts to launch a popup window and then automatically falls back to the modal presentation mode when the browser does not support popups. |
20+
| [Payment Handler](src/advanced/paymentHandler/index.html) | This advanced integration uses the experimental "payment-handler" presentation mode. It teaches how to control the fallback logic for presentation modes based on what the browser supports. |
21+
| [Redirect](src/advanced/redirect/index.html) | This advanced integration uses the "redirect" presentation mode. It teaches how to do a full-page redirect integration with the PayPal button on button click. |
22+
| [Custom Sandboxed Iframe](src/advanced/sandboxedIframe/README.md) | This advanced integration demonstrates how a merchant can wrap the v6 SDK integration code into their own iframe and what values need to be passed to the [iframe sandbox attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox). It does require two web servers to demonstrate the use case. Refer to the README in the src/advanced/sandboxedIframe directory to learn more. |

0 commit comments

Comments
 (0)