Skip to content

Commit

Permalink
Merge branch 'release/2.14.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut GODET committed Aug 21, 2023
2 parents fab5b51 + 768e6b9 commit ea36382
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 2.14.1

- [fix]: fix tag

## Version 2.14.0

- [add]: Add display_cancel_button property
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "phpcs -p --standard=PHPCompatibility lib/ tests/"
},
"homepage": "https://hipay.com/product-enterprise/",
"version": "2.14.0",
"version": "2.14.1",
"license": "Apache-2.0",
"authors": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

namespace HiPay\Fullservice\Gateway\Model;

use HiPay\Fullservice\Enum\Transaction\Operation;
use HiPay\Fullservice\Model\AbstractModel;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ class HostedPaymentPageRequest extends OrderRequest
*/
public $theme_code;

/**
* @var boolean True if the cancel button is displayed.
*/
public $display_cancel_button;

/**
* @return void
*/
Expand Down

0 comments on commit ea36382

Please sign in to comment.