11# PayPal Checkout SDK
22
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 )
65[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/downloads )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
76[ ![ License] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/license )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
87
98This 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.
1110
1211To learn all about it, head over to the extensive [ documentation] ( https://phpjuice.gitbook.io/paypal-checkout-sdk ) .
1312
@@ -131,6 +130,7 @@ $result = json_decode((string) $response->getBody());
131130echo $result->id; // id of the captured order
132131echo $result->status; // CAPTURED
133132```
133+
134134> ** INFO** : head over to the extensive [ documentation] ( https://phpjuice.gitbook.io/paypal-checkout-sdk ) .
135135
136136## Changelog
@@ -152,11 +152,10 @@ If you discover any security related issues, please email author instead of usin
152152
153153## License
154154
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
156156information.
157157
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 )
161160[ ![ Total Downloads] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/downloads )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
162161[ ![ License] ( http://poser.pugx.org/phpjuice/paypal-checkout-sdk/license )] ( https://packagist.org/packages/phpjuice/paypal-checkout-sdk )
0 commit comments