Skip to content

Releases: plutov/paypal

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

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

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)

Support webhook verification

19 Sep 15:04
cd72fd3
Compare
Choose a tag to compare
v3.0.3

Add verify webhook signature response (#117)

Fix capture payment API

08 Sep 17:57
8e38113
Compare
Choose a tag to compare
Merge pull request #115 from plutov/roopakv/fix_auth_capture

Fix payment capture API

Fix indirect dependency on v2

27 Aug 16:10
32920d6
Compare
Choose a tag to compare

the v3 major release had an indirect dependency on v2+. This release fixes that