From 93a5d36fe115ea91a56d6c12a54ad7076df2eb82 Mon Sep 17 00:00:00 2001 From: Edgar Date: Wed, 10 Jun 2020 13:19:27 +0200 Subject: [PATCH] better todo --- Cargo.toml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4e266a..327d6bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paypal-rs" -version = "0.0.5" +version = "0.0.6" authors = ["Edgar "] description = "A library that wraps the paypal api asynchronously." repository = "https://github.com/edg-l/paypal-rs/" diff --git a/README.md b/README.md index 63cc099..6dda0fd 100644 --- a/README.md +++ b/README.md @@ -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