Commit graph

93 commits

Author SHA1 Message Date
Edgar ebe6060718
Update SECURITY.md 2022-08-02 12:49:07 +02:00
Edgar c48a55b324
Create SECURITY.md 2022-08-02 12:48:39 +02:00
Edgar c1434add4a
upd deps 2022-07-05 08:16:43 +02:00
Edgar 76c169781c
release 0.2 even if not all features are implemented 2022-07-05 08:16:07 +02:00
Edgar 93108ed17f
remove unused uses 2022-07-05 07:57:45 +02:00
Edgar a895a70b34
Merge pull request #7 from twistedfall/refund_fields
Add more fields to the refund object
2022-06-06 10:58:57 +02:00
Edgar dff3f7ecb6
Merge pull request #6 from twistedfall/country_code
country_code is missing for my request in the sandbox environment
2022-06-06 10:58:15 +02:00
Pro 4e3c6af605 Add more fields to the refund object 2022-06-05 22:40:53 +02:00
Pro b4c2f2f152 country_code is missing for my request in the sandbox environment
This part looks like this:
```
"address": {}
```
2022-06-05 22:06:05 +02:00
Edgar b25befa815
Merge pull request #5 from flibrary/master
Fix `Order` parsing error
2022-06-05 15:55:39 +02:00
Harry Ying 0b03154d4e
add ShippingDetailName doc 2022-05-28 00:06:08 +08:00
Harry Ying d9889f01e1
add ShippingDetailName 2022-05-27 22:03:41 +08:00
Edgar 7714124270
format 2022-05-12 09:58:44 +02:00
Edgar a4c4838aaf
some fixes 2022-05-12 09:58:36 +02:00
Edgar 89b1fdf113
add get authorized payment 2022-05-12 09:18:22 +02:00
Edgar 5ba6971b95
Merge pull request #4 from twistedfall/money_constructors
Improve usability of predefined Money constructors
2022-05-12 08:46:00 +02:00
Pro 43d9d0a76b Improve usability of predefined Money constructors 2022-05-11 21:23:09 +02:00
Edgar 5dccdcbb28
fixes and utility for money type 2022-04-28 10:06:29 +02:00
Edgar b9153e7ace
Merge pull request #3 from twistedfall/rustls
Allow switching to rustls TLS implementation
2022-04-28 09:53:17 +02:00
Pro f6c0c4a2e6 Allow switching to rustls TLS implementation 2022-04-28 09:40:53 +02:00
Edgar 391ef67694
update readme 2022-04-27 09:27:59 +02:00
Edgar c31ad738cd
alpha 7 2022-04-27 09:25:08 +02:00
Edgar 997b129a38
various fixes and lot of builders 2022-04-26 09:25:39 +02:00
Edgar d38ef6f80e
cleanup 2022-04-20 09:35:00 +02:00
Edgar 3f783a824f
document all missing 2022-04-20 09:31:46 +02:00
Edgar aa5cdf3e01
progress 2022-04-08 17:04:30 +02:00
Edgar b1f97b13da
start working on new api design 2022-04-08 11:13:42 +02:00
Edgar d5d29fb016
fix warnings 2022-04-08 09:20:42 +02:00
Edgar 9aa972dd5c
updat dependencies and rust 2021 edition 2022-04-08 09:17:45 +02:00
Edgar e06a411295
Merge pull request #2 from twistedfall/model-update
Update models to correspond to the actual PayPal responses
2022-01-24 08:29:54 +01:00
Pro d8e94e6fae Update models to correspond to the actual PayPal responses
Namely Refund, Authorization and Capture all contain an intermediate "reason" field in their status_details.
https://developer.paypal.com/api/orders/v2/#definition-refund_status_details
https://developer.paypal.com/api/orders/v2/#definition-authorization_status_details
https://developer.paypal.com/api/orders/v2/#definition-capture_status_details
2022-01-22 19:05:24 +01:00
Edgar 2e8803d2e5
version 2021-12-31 09:26:45 +01:00
Edgar b5b0dfb5af
upd deps and fix invoice date 2021-12-30 23:48:09 +01:00
Edgar f545a85d0c
fix license identifier 2021-07-02 11:49:16 +02:00
Edgar 3488d79a27
fix badges 2021-07-02 11:46:57 +02:00
Edgar 2ac44b4c91
fix #1 2021-07-02 11:38:43 +02:00
Edgar a364cd26e6
delete old 2021-07-02 11:28:09 +02:00
Edgar 85bbde1061
relicense to MIT OR APACHE-2.0 2021-07-02 11:27:57 +02:00
Edgar 18c73657a9
be less strict with deps 2021-07-02 11:23:12 +02:00
Edgar f526eec695
fix error 2021-07-02 11:21:20 +02:00
Edgar 32b9f74994
fix conflict 2021-07-02 11:19:47 +02:00
Edgar f98344a16c some fixes 2021-02-08 10:19:28 +01:00
Edgar 86191f455e use serde_with 2021-02-08 09:48:41 +01:00
Edgar 959b0efc6a
remove wrong usage 2021-01-10 12:03:55 +01:00
Edgar ea5031ed3f
upd readme 2021-01-10 11:55:16 +01:00
Edgar 307243deea
add countries 2021-01-10 11:54:28 +01:00
Edgar 21ac804759
improved error handling 2021-01-09 11:41:17 +01:00
Edgar e61739a8fb
meant strongly not stringly 2021-01-08 16:37:48 +01:00
Edgar d39722a238
Update README.md 2021-01-08 16:37:04 +01:00
Edgar b42f8b39ea
typo 2021-01-08 16:13:44 +01:00