Skip to content

Commit

Permalink
Release 3.1.0 (#246)
Browse files Browse the repository at this point in the history
- Adds subdomain for merchants
- Adds new field challenge_notification_url to the completion object
- Adds disabled_payment_methods in HostedPaymentSessionsRequest
- Adds compiled submitted evidence endpoint to disputes
- Update payment contexts
- Update onboard entity request
- Fix payment context details response
- Fix getBody on null
  • Loading branch information
armando-rodriguez-cko committed Mar 26, 2024
1 parent 0bfa752 commit dc1b710
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.0.21";
const PROJECT_VERSION = "3.1.0";

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

0 comments on commit dc1b710

Please sign in to comment.