-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb2f4c6
commit 00a4475
Showing
17 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains 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 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,24 +1,25 @@ | ||
# Summary | ||
# Table of contents | ||
|
||
- [Introduction](README.md) | ||
- [Requirements](requirements.md) | ||
- [Installation](installation.md) | ||
- [Upgrading](upgrading.md) | ||
- [Questions and issues](questions-and-issues.md) | ||
- [Changelog](changelog.md) | ||
* [Introduction](README.md) | ||
* [Requirements](requirements.md) | ||
* [Installation](installation.md) | ||
* [Upgrading](upgrading.md) | ||
* [Questions and issues](questions-and-issues.md) | ||
* [Changelog](changelog.md) | ||
|
||
## Basic Usage | ||
|
||
- [Create an Order](basic-usage/order-create.md) | ||
- [Show an Order](basic-usage/order-show.md) | ||
- [Capture an Order](basic-usage/order-capture.md) | ||
* [Create an Order](basic-usage/order-create.md) | ||
* [Show an Order](basic-usage/order-show.md) | ||
* [Capture an Order](basic-usage/order-capture.md) | ||
|
||
## Api | ||
|
||
- [Amount](api/amount.md) | ||
- [Amount Breakdown](api/amount-breakdown.md) | ||
- [Application Context](api/application-context.md) | ||
- [Item](api/item.md) | ||
- [Order](api/order.md) | ||
- [Payee](api/payee.md) | ||
- [Purchase Unit](api/purchase-unit.md) | ||
* [Amount](api/amount.md) | ||
* [Amount Breakdown](api/amount-breakdown.md) | ||
* [Application Context](api/application-context.md) | ||
* [Item](api/item.md) | ||
* [Order](api/order.md) | ||
* [Payee](api/payee.md) | ||
* [Purchase Unit](api/purchase-unit.md) | ||
|
This file contains 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,3 +1,4 @@ | ||
# AmountBreakdown | ||
# Amount Breakdown | ||
|
||
coming soon. | ||
|
This file contains 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,3 +1,4 @@ | ||
# Amount | ||
|
||
coming soon. | ||
|
This file contains 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,3 +1,4 @@ | ||
# Application Context | ||
|
||
coming soon. | ||
|
This file contains 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,3 +1,4 @@ | ||
# Item | ||
|
||
coming soon. | ||
|
This file contains 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,3 +1,4 @@ | ||
# Order | ||
|
||
coming soon. | ||
|
This file contains 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,3 +1,4 @@ | ||
# Payee | ||
|
||
coming soon. | ||
|
This file contains 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,3 +1,4 @@ | ||
# PurchaseUnit | ||
# Purchase Unit | ||
|
||
coming soon. | ||
|
This file contains 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 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 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 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,3 +1,4 @@ | ||
# Changelog | ||
|
||
All notable changes to `paypal-checkout-sdk` are documented on [GitHub](../changelog.md) | ||
All notable changes to `paypal-checkout-sdk` are documented on [GitHub](https://github.com/phpjuice/paypal-checkout-sdk/tree/eb2f4c679d997d8cedcbde12cfec7b35bd3cf9e8/changelog.md) | ||
|
This file contains 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 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,7 +1,6 @@ | ||
# Questions and issues | ||
|
||
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the | ||
package? Feel free to [create an issue on GitHub](https://github.com/phpjuice/paypal-checkout-sdk/issues), we'll try to | ||
address it as soon as possible. | ||
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the package? Feel free to [create an issue on GitHub](https://github.com/phpjuice/paypal-checkout-sdk/issues), we'll try to address it as soon as possible. | ||
|
||
If you discover any security related issues, please email us at [email protected] instead of using the issue tracker. | ||
|
This file contains 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,9 +1,10 @@ | ||
# Requirements | ||
|
||
`paypal-checkout-sdk` Package requires PHP 7.4 or higher. If you are using an older version of php this package may not | ||
function correctly. | ||
## Requirements | ||
|
||
# Older versions | ||
`paypal-checkout-sdk` Package requires PHP 7.4 or higher. If you are using an older version of php this package may not function correctly. | ||
|
||
## Older versions | ||
|
||
If you do not meet the requirements, you can opt to use an older version of the package. We only actively maintain the latest version. | ||
|
||
If you do not meet the requirements, you can opt to use an older version of the package. We only actively maintain the | ||
latest version. |
This file contains 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