better todo

This commit is contained in:
Edgar 2020-06-10 13:19:27 +02:00
parent 4484e221ee
commit 93a5d36fe1
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85
2 changed files with 7 additions and 1 deletions

View file

@ -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/"

View file

@ -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