Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
* Add support for idempotency key on transfers (Four)
* Review OAuth scopes (Four)
* Add support for Sessions RequestNetworkTokenSource (Four)
* Support for beta APM PayPal and Bank Account Source (Four)
  • Loading branch information
a-ibarra committed May 17, 2022
1 parent c4be7ca commit 8f38a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Checkout/CheckoutUtils.php
Expand Up @@ -9,7 +9,7 @@ class CheckoutUtils
{

const PROJECT_NAME = "checkout-sdk-php";
const PROJECT_VERSION = "2.3.0";
const PROJECT_VERSION = "2.4.0";

/**
* @param DateTime $date
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,3 +1,3 @@
{
"version": "2.3.0"
"version": "2.4.0"
}

0 comments on commit 8f38a9e

Please sign in to comment.