Skip to content

Commit e4d1c27

Browse files
committed
[fix] review comments.
1 parent a051eba commit e4d1c27

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
### Added
77
* Added Apple Pay example.
88

9-
### Change
10-
* Adjust `cancelAmount` logic to work properly with Invoice Secured payments.
11-
12-
### Updated
13-
* Updated jQuery and frameworks used in examples.
14-
159
### Changed
16-
* Several minor improvements.
10+
* Adjust `cancelAmount` logic to work properly with Invoice Secured payments.
11+
* Updated jQuery and frameworks used in examples.
12+
* Fixed failing card tests.
13+
* Several minor improvements.
1714

1815
## [1.1.4.0](https://github.com/unzerdev/php-sdk/compare/1.1.3.0..1.1.4.0)
1916
### Added

test/integration/PaymentCancelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public function partCancelOnInitialInvoiceChargeShouldBePossible(): void
383383
*
384384
* @test
385385
*/
386-
public function partCancelOnInitialInvoiceChargeShouldCancelMaxUnpaidAmount(): void
386+
public function partCancelOnInitialInvoiceSecuredChargeShouldCancelMaxUnpaidAmount(): void
387387
{
388388
/** @var InvoiceSecured $invoiceSecured */
389389
$invoiceSecured = $this->unzer->createPaymentType(new InvoiceSecured());

0 commit comments

Comments
 (0)