Skip to content

Tags: bartek1912/paypal

Tags

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ReAuthorization call parameters (plutov#226)

v4.4.0

Toggle v4.4.0's commit message
License 2021

v4.3.7

Toggle v4.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add cancel billing agreement function (plutov#222)

v4.3.6

Toggle v4.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding partner referral response (plutov#217)

* Adding links to refund response

* Adding partner referral response

v4.3.5

Toggle v4.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating Order with missing fields (plutov#215)

* Update Order struct with API /v2 response fields according to the documentation https://developer.paypal.com/docs/api/orders/v2/\#orders_get

* Add order completed unmarshal response  unit test

v4.3.4

Toggle v4.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding links to refund response (plutov#213)

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Re-adding billing agreements endpoint (plutov#212)

* adding billing_agreements.go file

* added new types

* added tests

* added notice of deprecation

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deletions made (plutov#209)

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added missing BillingAgreementId key in webhook (plutov#205)

* Added missing BillingAgreementId key in webhook

Webhook resource contains `billing_agreement_id`. Exists in type: `PAYMENT.SALE.COMPLETED` when a subscription is paid.

* review fix

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add create billing agreement from token (plutov#204)

* Add create billing agreement from token