Skip to content

Commit

Permalink
Release 3.0.5
Browse files Browse the repository at this point in the history
* Added `upgrade_reason` to 3DS request and response.
* Removed payment_type: `unscheduled`
* Added `email_addresses` to ContactDetails (default).
* Added support for Customer Source (default).
  • Loading branch information
a-ibarra committed Oct 12, 2022
1 parent 0ca64fa commit e612c31
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
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.0.4";
const PROJECT_VERSION = "3.0.5";

/**
* @param DateTime $date
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.0.4"
"version": "3.0.5"
}

0 comments on commit e612c31

Please sign in to comment.