More docs, implement payment

This commit is contained in:
Adrian Woźniak 2022-04-29 17:10:48 +02:00
parent bf7c942fed
commit d4a497a3f2
No known key found for this signature in database
GPG Key ID: 0012845A89C7352B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2135,7 +2135,7 @@ checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
[[package]]
name = "pay_u"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"chrono",
"derive_more",

View File

@ -1,7 +1,7 @@
[package]
name = "pay_u"
description = "PayU Rest API wrapper"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
license = "MIT"