File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
### Added
7
7
* Added Apple Pay example.
8
8
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
-
15
9
### 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.
17
14
18
15
## [ 1.1.4.0] ( https://github.com/unzerdev/php-sdk/compare/1.1.3.0..1.1.4.0 )
19
16
### Added
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ public function partCancelOnInitialInvoiceChargeShouldBePossible(): void
383
383
*
384
384
* @test
385
385
*/
386
- public function partCancelOnInitialInvoiceChargeShouldCancelMaxUnpaidAmount (): void
386
+ public function partCancelOnInitialInvoiceSecuredChargeShouldCancelMaxUnpaidAmount (): void
387
387
{
388
388
/** @var InvoiceSecured $invoiceSecured */
389
389
$ invoiceSecured = $ this ->unzer ->createPaymentType (new InvoiceSecured ());
You can’t perform that action at this time.
0 commit comments