Skip to content

Releases: plutov/paypal

v4.13.0

03 May 19:14
e37d691
Compare
Choose a tag to compare
#285 golangci lint

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

v4.12.0

13 Apr 19:24
5d9a60e
Compare
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
Compare
Choose a tag to compare
Remove unused tokenservice endpoints

v4.10.1

10 Jul 08:58
Compare
Choose a tag to compare
Fix #271

v4.10.0

03 Jun 08:17
Compare
Choose a tag to compare
go 1.21

v4.9.0

03 Jun 08:13
Compare
Choose a tag to compare
#263

v4.8.0

27 May 10:38
cd3344e
Compare
Choose a tag to compare
  • Updated tests, resolve flakiness
  • Migrate to Github Actions

v4.7.1

01 Feb 09:08
5fddf59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.7.0...v4.7.1

v4.7.0

28 Oct 07:20
4c16ffa
Compare
Choose a tag to compare
#177 feature/Invoice: init, added Invoice related structs, implemente…

v4.6.3

07 Oct 20:07
f0575ee
Compare
Choose a tag to compare
Refactor/code improvements (#247)

* Code improvements

* Revert log validation improvement