Skip to content

Commit

Permalink
Release 3.0.0b5
Browse files Browse the repository at this point in the history
* Support for payout-schedules endpoint to Marketplace (Four)
* Refactor `http_response` to `http_metadata` and added specific mapping
* Review Payments Schema - Added missing payments source types (Default/Four)
* Added support for `idempotency key` on `transfers` (Four)
* Review OAuth scopes (Four)
* Added `email` property to NetworkTokenSource
* Added missing payment `exemptions` types
* Support beta APMs PayPal and ACH
* Remap AccountHolder & MarketplaceAccountHolder
  • Loading branch information
a-ibarra committed May 26, 2022
1 parent 84ac5ed commit 0270b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```
# Requires Python > 3.6
pip install checkout-sdk==3.0.0b4
pip install checkout-sdk==3.0.0b5
```

Please check in [GitHub releases](https://github.com/checkout/checkout-sdk-python/releases) for all the versions
Expand Down
2 changes: 1 addition & 1 deletion checkout_sdk/properties.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.0.0b4"
VERSION = "3.0.0b5"

0 comments on commit 0270b72

Please sign in to comment.