Skip to content

Releases: plutov/paypal

Revert breaking change

04 May 20:18
b3eb2c6
Compare
Choose a tag to compare
Revert "Some updates to refund endpoint (#121)" (#147)

This reverts commit efe72c1ed4358171f0281841311bd25e38afc9fb.

Webhooks

02 May 15:01
Compare
Choose a tag to compare
v3.0.18

Fix v2 endpoints, migrate to v1

More methods with Paypal request Ids

21 Apr 16:24
7827c14
Compare
Choose a tag to compare
Auth capture idempotency and refund idempotency (#143)

* Idempotency for capture auth

Capture with Paypal request ID

20 Apr 19:50
907cf40
Compare
Choose a tag to compare
Adding a capture auth idempotent function (#142)

* Adding a capture auth idempotent function

* refactoring

* better name

Co-Authored-By: Roopak Venkatakrishnan <[email protected]>

* what's in a name

Co-authored-by: Roopak Venkatakrishnan <[email protected]>

Add refund for orders

08 Apr 16:55
2091d46
Compare
Choose a tag to compare
Refund from capture endpoint function (#141)

* Capture refund API call

* .

v3.0.14

27 Mar 11:09
6f0fe4d
Compare
Choose a tag to compare
Added GetSubscriptionDetails method (#135)

* Issue #133

Added GetSubscriptionDetails method

* Issue #133

v3.0.12

06 Jan 14:28
Compare
Choose a tag to compare
Include the 'items' in the response when capturing orders

Improve logging

17 Dec 00:35
Compare
Choose a tag to compare
Print error details in addition to message and http code (#131)

* Print error details in addition to message and http code

* %v -> %+v

Fix Item definition

21 Nov 06:16
Compare
Choose a tag to compare
Update item struct to match paypal model (#129)

* Update item struct to match paypal model

* test

Update struct for payment capture

18 Nov 22:45
Compare
Choose a tag to compare
v3.0.9

Update payment capture response type to include links (#128)