1
1
# PayPal Checkout SDK
2
2
3
- ![ Tests] ( https://github.com/phpjuice/paypal-checkout-sdk/workflows/Tests/badge.svg?branch=master )
4
- [ ![ Build Status] ( https://travis-ci.com/phpjuice/paypal-checkout-sdk.svg?branch=master )] ( https://travis-ci.com/phpjuice/paypal-checkout-sdk )
5
- [ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/v )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
3
+ ![ Tests] ( https://github.com/phpjuice/paypal-checkout-sdk/workflows/Tests/badge.svg?branch=main )
4
+ [ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/v )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
6
5
[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/downloads )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
7
6
[ ![ License] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/license )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
8
7
9
8
This Package is a PHP SDK wrapper around version 2 of the PayPal rest API. It provides a simple, fluent API to create
10
- and capture orders with both sandbox and production environments supported.
9
+ and capture orders with both sandbox and production environments supported.
11
10
12
11
To learn all about it, head over to the extensive [ documentation] ( https://phpjuice.gitbook.io/paypal-checkout-sdk ) .
13
12
@@ -131,6 +130,7 @@ $result = json_decode((string) $response->getBody());
131
130
echo $result->id; // id of the captured order
132
131
echo $result->status; // CAPTURED
133
132
```
133
+
134
134
> ** INFO** : head over to the extensive [ documentation] ( https://phpjuice.gitbook.io/paypal-checkout-sdk ) .
135
135
136
136
## Changelog
@@ -152,11 +152,10 @@ If you discover any security related issues, please email author instead of usin
152
152
153
153
## License
154
154
155
- license. Please see the [ Licence] ( https://github.com/phpjuice/paypal-checkout-sdk/blob/master /LICENSE ) for more
155
+ license. Please see the [ Licence] ( https://github.com/phpjuice/paypal-checkout-sdk/blob/main /LICENSE ) for more
156
156
information.
157
157
158
- ![ Tests] ( https://github.com/phpjuice/paypal-checkout-sdk/workflows/Tests/badge.svg?branch=master )
159
- [ ![ Build Status] ( https://travis-ci.com/phpjuice/paypal-checkout-sdk.svg?branch=master )] ( https://travis-ci.com/phpjuice/paypal-checkout-sdk )
160
- [ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/v )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
158
+ ![ Tests] ( https://github.com/phpjuice/paypal-checkout-sdk/workflows/Tests/badge.svg?branch=main )
159
+ [ ![ Latest Stable Version] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/v )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
161
160
[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/downloads )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
162
161
[ ![ License] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/license )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
0 commit comments