paypal/PayPal-Python-SDK

No support for OrdersApi

exit99 opened this issue · 2 comments

The orders api is not supported.
https://developer.paypal.com/docs/api/orders/#orders.

Could be added like so...

class Orders(Create, Find):
    path="/v1/checkout/orders"

    # cancel method

We will attempt to have Sync and Order APIs available later today if all goes well in the beta 2.0 branch https://github.com/paypal/PayPal-Python-SDK/tree/2.0-beta.

bluk commented

This was added to the v2 of the SDK. If you have feedback, please leave a comment or open a new issue. Thanks.