Skip to content

Commit

Permalink
Release 3.2.1 (#259)
Browse files Browse the repository at this point in the history
- Adds destination object inside refund payment request
- Adds display_name property
- Updates length subdomain names validation
- Fixes payment methods flow type and holding_currencies array
  • Loading branch information
armando-rodriguez-cko authored Jul 9, 2024
1 parent 2cca2a1 commit 91797be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Checkout/CheckoutUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CheckoutUtils
{

const PROJECT_NAME = "checkout-sdk-php";
const PROJECT_VERSION = "3.2.0";
const PROJECT_VERSION = "3.2.1";

/**
* @param DateTime $date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ function () use (&$paymentResponse1) {
*/
public function shouldMakeGiropayPayment()
{
$this->markTestSkipped("unavailable");
$accountHolder = new AccountHolder();
$accountHolder->first_name = "Firstname";
$accountHolder->last_name = "Lastname";
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.2.0"
"version": "3.2.1"
}

0 comments on commit 91797be

Please sign in to comment.