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

Commit

Permalink
Readme updated for webhook simulator, bump version and release notes …
Browse files Browse the repository at this point in the history
…updated
  • Loading branch information
avidas committed Jun 24, 2015
1 parent b6a7a00 commit 6db8920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ To write an app using the SDK

* For [Invoicing](https://developer.paypal.com/webapps/developer/docs/api/#invoicing), check out the [samples](/samples/invoice/) to see how you can use the node sdk to create, send and manage invoices.

* To receive [notifications from PayPal about Payment events](https://developer.paypal.com/webapps/developer/docs/api/#notifications) on your server, webhook support is now available as of version 1.2.0. For creating and managing [Webhook and Webhook Events](https://developer.paypal.com/webapps/developer/docs/integration/direct/rest-webhooks-overview/), check out the [samples](/samples/notifications/) to see how you can use the node sdk to manage webhooks, webhook events and [verify](/samples/notifications/webhook-events/webhook_payload_verify.js) that the response unaltered and is really from PayPal. Since 1.6.0, it is highly recommended to use [getAndVerify](/samples/notifications/webhook-events/get_and_verify.js) to verify the authenticity of webhook messages.
* To receive [notifications from PayPal about Payment events](https://developer.paypal.com/webapps/developer/docs/api/#notifications) on your server, webhook support is now available as of version 1.2.0. For creating and managing [Webhook and Webhook Events](https://developer.paypal.com/webapps/developer/docs/integration/direct/rest-webhooks-overview/), check out the [samples](/samples/notifications/) to see how you can use the node sdk to manage webhooks, webhook events and [verify](/samples/notifications/webhook-events/webhook_payload_verify.js) that the response unaltered and is really from PayPal. Since 1.6.0, it is highly recommended to use [getAndVerify](/samples/notifications/webhook-events/get_and_verify.js) to verify the authenticity of webhook messages. It is also important to note that simulated messages generated using the [Webhook simulator](https://developer.paypal.com/developer/webhooksSimulator) would not be compatible with the verification process since they are only mock data.

* To use OpenID Connect

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "PayPal <DL-PP-NODEJS-SDK@ebay.com> (https://developer.paypal.com/)",
"name": "paypal-rest-sdk",
"description": "SDK for PayPal REST APIs",
"version": "1.5.3",
"version": "1.6.0",
"homepage": "https://github.com/paypal/PayPal-node-SDK",
"keywords": [
"paypal",
Expand Down
4 changes: 4 additions & 0 deletions release_notes.md
@@ -1,6 +1,10 @@
PayPal Node SDK release notes
============================

v1.6.0
----
* Webhook events have getAndVerify available for validation

v1.5.3
----
* Webhook validation update patch
Expand Down

0 comments on commit 6db8920

Please sign in to comment.