Skip to content

Commit

Permalink
Release 3.0.14
Browse files Browse the repository at this point in the history
- Update readme file and Remove Sonar Cloud
- Adds account_holder in destination id type in Request Payout
- Fix tests (billing_address_address_line_2_exceeds_10_chars)
  • Loading branch information
armando-rodriguez-cko committed Sep 7, 2023
1 parent ebd50b5 commit e8a34d3
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.13";
const PROJECT_VERSION = "3.0.14";

/**
* @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.13"
"version": "3.0.14"
}

0 comments on commit e8a34d3

Please sign in to comment.