Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
* Unified `Account Holder` properties (Default/Four)
* Add cartes bancaries properties to `ThreeDsRequest` & `ProcessingSettings` (Four)
* API updates on Sessions (Four)
* Removes `first_name` and `country` fields from PaymentRecipient schema (Default/Four)
* Added support for `WeChat` and `Alipay` Plus beta APM (Four)
  • Loading branch information
a-ibarra committed Jun 8, 2022
1 parent 90283b9 commit 4aa117d
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.4.0";
const PROJECT_VERSION = "2.5.0";

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

0 comments on commit 4aa117d

Please sign in to comment.