Skip to content

Commit 2ddc347

Browse files
Merge pull request #1631 from buckaroo-it/BTI-855-Magento-2-Legacy-Update-Test
Bti 855 magento 2 legacy update test
2 parents e7484db + 6b7d55e commit 2ddc347

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

Service/Software/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Data
3838
public const MODULE_CODE = 'Buckaroo_Magento2';
3939

4040
/** Version of Module */
41-
public const BUCKAROO_VERSION = '1.56.2';
41+
public const BUCKAROO_VERSION = '1.56.3';
4242

4343
/** @var ProductMetadataInterface */
4444
private $productMetadata;

Test/Unit/Plugin/CommandInterfaceTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ private function methodStub(string $code, ?string $paymentAction = 'order'): Met
9898
// -----------------------------------------------------------------------
9999

100100
/**
101-
* REGRESSION: Apple Pay in STATE_PROCESSING must NOT have state reset to STATE_NEW.
102-
* Bug introduced in 1.56.2 when commit 72fa364d removed the Apple Pay guard.
101+
* REGRESSION: Apple Pay in STATE_PROCESSING must NOT have a state reset to STATE_NEW.
103102
*/
104103
public function testApplePayInProcessingDoesNotResetState(): void
105104
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"docs": "https://docs.buckaroo.io/"
2323
},
2424
"homepage": "https://www.buckaroo.nl",
25-
"version" : "v1.56.2",
25+
"version" : "v1.56.3",
2626
"minimum-stability": "stable",
2727
"autoload": {
2828
"files": [

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
-->
2222
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Buckaroo_Magento2:etc/buckaroo_module.xsd">
23-
<module name="Buckaroo_Magento2" setup_version="1.56.2" build_number="1769" stability="stable">
23+
<module name="Buckaroo_Magento2" setup_version="1.56.3" build_number="1769" stability="stable">
2424
<sequence>
2525
<module name="Magento_Payment"/>
2626
<module name="Magento_ReleaseNotification"/>

0 commit comments

Comments
 (0)