Skip to content

Releases: plutov/paypal

Add payer struct

16 Sep 22:31
289b266
Compare
Choose a tag to compare
Order payer information (#169)

* simplest change

* re-using existing type

Co-authored-by: John Landis <jlandis@bcorporation.net>

Update items struct

25 Aug 16:21
761c20a
Compare
Choose a tag to compare
change SharedListResponse TotalItems, TotalPages from string to int; …

…Error: json: cannot unmarshal number into Go struct field ListSubscriptionPlansResponse.total_items of type string (#166)

Co-authored-by: Moo <mri@robin-data.io>

Update Sale struct

13 Aug 23:22
18b47a0
Compare
Choose a tag to compare
v3.0.23

add recipient_wallet payout field (#165)

Update subscription API

01 Jun 18:02
a0d03ec
Compare
Choose a tag to compare
v3.0.22

Fixes response from CreateSubscription (#155)

Add subscriptions and plans

31 May 05:15
d355a65
Compare
Choose a tag to compare
v3.0.21

Subscriptions, Subscription plans and Products API (#151)

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 <roopak.v@gmail.com>

* what's in a name

Co-authored-by: Roopak Venkatakrishnan <roopak.v@gmail.com>

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

* .