update README.md

This commit is contained in:
imikod 2018-03-26 17:53:23 +03:00
parent 5ff41664bd
commit 7c9329fbd6

View File

@ -38,10 +38,12 @@
* PATCH /v1/vault/credit-cards/**ID**
* GET /v1/vault/credit-cards/**ID**
* GET /v1/vault/credit-cards
* GET /v1/payments/billing-plans
* POST /v1/payments/billing-plans
* PATCH /v1/payments/billing-plans/***ID***
* PATCH /v1/payments/billing-plans/**ID**
* POST /v1/payments/billing-agreements
* POST /v1/payments/billing-agreements/***TOKEN***/agreement-execute
* POST /v1/payments/billing-agreements/**TOKEN**/agreement-execute
* POST /v1/payments/billing-agreements/**ID**/cancel
### Missing endpoints
It is possible that some endpoints are missing in this SDK Client, but you can use built-in **paypalsdk** functions to perform a request: **NewClient -> NewRequest -> SendWithAuth**