Skip to content

Commit

Permalink
Release 3.2.0 (#253)
Browse files Browse the repository at this point in the history
- Adds SEPA Direct Debit Core Support
- Adds Klarna Payment Context Support
- Update profile class with holding currencies
- Update Payment Components
- Update Ideal Payment (CS2)
- Update Sessions Authentication Type
- Rename and fix PayPal Files and Klarna File
- Minor updates and fixes
  • Loading branch information
armando-rodriguez-cko committed May 9, 2024
1 parent 9b5cd0b commit 99a0178
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 = "3.1.0";
const PROJECT_VERSION = "3.2.0";

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

0 comments on commit 99a0178

Please sign in to comment.