Skip to content

Releases: plutov/paypal

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)

Update referral request struct

11 Oct 18:55
Compare
Choose a tag to compare
Add partner overrides to referral request (#124)

* Add partner overrides to referral request

Add this object:
https://developer.paypal.com/docs/api/partner-referrals/v2/#definition-partner_configuration_override

* Update types.go

Partner Referral API Types

10 Oct 21:37
Compare
Choose a tag to compare
Add types to support Partner Referral API (#123)

* Add types to support Partner Referral API

Add in the type structs to allow a POST call to v2/customer/partner-referrals
It sends a ReferralRequest, and returns a response of type Resource with only Links populated
https://developer.paypal.com/docs/api/partner-referrals/v2/

* Pointer for optional field

* Update types.go

Co-Authored-By: Roopak Venkatakrishnan <roopak.v@gmail.com>

Webhook types

25 Sep 20:46
Compare
Choose a tag to compare
Add Webhook data types (#120)

* Add Webhook data types

Add the Event data types for payment capture and merchant onboarding events, which are sent for PayPal Commerce Platform integrations.

* remove unnecessary empty line

* name change and points for omitempty objects

* Update types.go

Co-Authored-By: Roopak Venkatakrishnan <roopak.v@gmail.com>

Fix authorizations API

24 Sep 19:35
Compare
Choose a tag to compare
Fix authorizations (#119)

Fix authorizations

Improve webhook verification

24 Sep 14:52
06a298e
Compare
Choose a tag to compare
v3.0.4

Reset after reading (#118)