Skip to content

Commit

Permalink
Release 3.0.10
Browse files Browse the repository at this point in the history
* Updates GiroPay request object (CS2)
* Adds new sections for adding/deleting workflow actions and workflow conditions (CS2)
* Adds  payment_type to  (CS1/CS2)
* Removes  and  fields from Notifications > Events (CS1)
* Adds ‘amount_allocations‘ field to ‘RefundRequest‘ (CS2)
* Adds ‘line_of_business‘ field to ‘PaymentRequest‘ (CS2)
  • Loading branch information
martinseco committed Mar 15, 2023
1 parent 766ac68 commit 5d546ea
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.9";
const PROJECT_VERSION = "3.0.10";

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

0 comments on commit 5d546ea

Please sign in to comment.