Skip to content

Releases: plutov/paypal

Add refund for orders

08 Apr 16:55
2091d46

Choose a tag to compare

Refund from capture endpoint function (#141)

* Capture refund API call

* .

v3.0.14

27 Mar 11:09
6f0fe4d

Choose a tag to compare

Added GetSubscriptionDetails method (#135)

* Issue #133

Added GetSubscriptionDetails method

* Issue #133

v3.0.12

06 Jan 14:28

Choose a tag to compare

Include the 'items' in the response when capturing orders

Improve logging

17 Dec 00:35

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

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

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

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

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 <[email protected]>

Webhook types

25 Sep 20:46

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 <[email protected]>

Fix authorizations API

24 Sep 19:35

Choose a tag to compare

Fix authorizations (#119)

Fix authorizations