Skip to content

Releases: plutov/paypal

v4.17.0

05 Oct 19:32
55d332e

Choose a tag to compare

v4.16.0

22 Sep 19:20
4e52c79

Choose a tag to compare

Add PayPal STC API (#296)

v4.15.0

11 Jul 08:11
1ab7993

Choose a tag to compare

feat: update the error details response body content (#289)

* feat: update the error details response body content

* fix: update new error response detail unit test

* fix: add Links field to ErrorResponse struct

v4.14.0

14 Jun 20:20
01eb901

Choose a tag to compare

Disputes

v4.13.0

03 May 19:14
e37d691

Choose a tag to compare

#285 golangci lint

Signed-off-by: plutov <[email protected]>

v4.12.0

13 Apr 19:24
5d9a60e

Choose a tag to compare

Added url and image_url for a item (#281)

When using CreateOrder we have PurchaseUnitRequest inside it
a list of Items, according to paypal docs
https://developer.paypal.com/docs/api/orders/v2/#orders_create

this item can have a url, and a image_url

url:
The URL to the item being purchased. Visible to buyer and used in buyer experiences.

image_url:
The URL of the item's image.

v4.11.0

30 Aug 11:57

Choose a tag to compare

Remove unused tokenservice endpoints

v4.10.1

10 Jul 08:58

Choose a tag to compare

Fix #271

v4.10.0

03 Jun 08:17

Choose a tag to compare

go 1.21

v4.9.0

03 Jun 08:13

Choose a tag to compare

#263