Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Tags: paypal/PayPal-node-SDK

Tags

v2.0.0-rc.1

Toggle v2.0.0-rc.1's commit message
Update readme

v1.8.1

Toggle v1.8.1's commit message
* Revert HTTP config host precedence order change due to issue with s…

…ome configs.

v1.8.0

Toggle v1.8.0's commit message
* Use `PAYPAL_DEBUG` instead of `NODE_ENV` to print debug messages [#289

](#289).

* Handler whitespaces only for response body [#286](#286).
* Validate `mode` to be either `sandbox` or `live` [#269](#269).
* HTTP config host precedence order set as other configs [#231](#231).
* Remove unnecessary setting of PayPal-Request-Id.
* Remove deprecated samples, and other minor bug fixes.

v1.7.1

Toggle v1.7.1's commit message
* Update credit card vault URL to /v1/vault/credit-cards/ [#222](#222).

* Fix access token caching when using refresh token config [#226](#226).

v1.7.0

Toggle v1.7.0's commit message
* Updated Webhooks Verify event.

* Invoicing API updates [#204](#204).
* Minor bug fixes.

v1.6.9

Toggle v1.6.9's commit message
* Added new Third Party Invoicing sample [#157](#157)

* Use default headders for OAuth calls [#155](#155)
* Modify default start_date for Billing Agrement create sample [#138](#138)
* Fix a typo in inline documentation [#135](#138)