Skip to content

Tags: Ismail774403783/paypal

Tags

v3.0.10

Toggle v3.0.10's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update item struct to match paypal model (plutov#129)

* Update item struct to match paypal model

* test

v3.0.9

Toggle v3.0.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update payment capture response type to include links (plutov#128)

v3.0.8

Toggle v3.0.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add partner overrides to referral request (plutov#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

v3.0.7

Toggle v3.0.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add types to support Partner Referral API (plutov#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>

v3.0.6

Toggle v3.0.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add Webhook data types (plutov#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>

v3.0.5

Toggle v3.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix authorizations (plutov#119)

Fix authorizations

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reset after reading (plutov#118)

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add verify webhook signature response (plutov#117)

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request plutov#115 from plutov/roopakv/fix_auth_capture

Fix payment capture API

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Example for go modules in Readme (plutov#111)