Commit Graph

7 Commits

Author SHA1 Message Date
Alex Pliutau
b8f2c8c573 Use github actions 2024-05-27 12:36:25 +02:00
Erkin Matkaziev
f694e414cd
Fix omitempty struct tag on Product.Description 2021-02-19 19:28:59 +09:00
Thomas Frössman
cc8b3cee69 add context support 2021-01-03 10:49:14 +01:00
jrapoport
476102bb76
Order should include payments & purchase_units (#179)
* Order should include purchase_units

* PayerWithNameAndPhone needs Address for Order

* add SellerProtection to CaptureAmount

* add RecipientType(s)

* add RecipientType(s)

* BatchHeader.BatchStatus values
2020-11-17 10:59:42 +01:00
Jason Hord
abd51d2823
Changes omitempty tagging on Product struct to match Paypal API requirements (#183) 2020-11-17 10:58:07 +01:00
Rami
0461b35d07
Fixed incorrect response type in ListSubscriptionPlans (#153)
* Update billing plan

* Update billing plan

* Update billing plan

* Kickstart product creation

* Added product api

* Added list product api and refactored some similar structs

* Reverted endpoint for old billing plans

* Added subscription plans create get update list

* Added subscription plans activate/deactivate/update pricing scheme

* Added integration tests for subscription plans

* go fmt

* Add subscriptions API

* Removed AWS library added by mistake

* reverted billing plans url

* resolved MR discussions

* Fixed but in listing subscription plans, and some constants

* Fixed wrong type for subscription plan description

* Fixed updating issue

Co-authored-by: rami <admin@okitoo.net>
2020-05-31 16:49:02 +02:00
Rami
d355a65df0
Subscriptions, Subscription plans and Products API (#151) 2020-05-30 22:14:19 -07:00