better todo
This commit is contained in:
parent
4484e221ee
commit
93a5d36fe1
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "paypal-rs"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
authors = ["Edgar <git@edgarluque.com>"]
|
||||
description = "A library that wraps the paypal api asynchronously."
|
||||
repository = "https://github.com/edg-l/paypal-rs/"
|
||||
|
|
|
@ -57,6 +57,12 @@ You need the enviroment variables PAYPAL_CLIENTID and PAYPAL_SECRET to be set.
|
|||
## TODO
|
||||
|
||||
- [ ] Orders API
|
||||
- - [x] Create order
|
||||
- - [x] Update order
|
||||
- - [x] Show order details
|
||||
- - [x] Authorize payment for order
|
||||
- - [x] Capture payment for order
|
||||
- - [ ] Error messages
|
||||
- [ ] Invoicing API
|
||||
- [ ] Tracking API
|
||||
- [ ] Subscriptions API
|
||||
|
|
Loading…
Reference in a new issue