From a1cdd901882dc4906458944b255394e110913402 Mon Sep 17 00:00:00 2001 From: "quentin.patras" Date: Fri, 11 Jul 2025 10:51:03 +0200 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 4 ++++ Gateway/Config/Config.php | 2 +- Setup/Patch/Data/RemoveFintectureBankTypeConfig.php | 2 +- composer.json | 2 +- etc/module.xml | 2 +- view/frontend/templates/html/checkout/order/error.phtml | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfb13b..929385e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [1.0.1] + +- Fix a typo on a Fintecture URL + ## [1.0.0] - Initial compatibility with Hyvä Checkout diff --git a/Gateway/Config/Config.php b/Gateway/Config/Config.php index 051e38a..3ccc3e5 100644 --- a/Gateway/Config/Config.php +++ b/Gateway/Config/Config.php @@ -7,7 +7,7 @@ class Config extends BaseConfig { const CODE = 'fintecture'; - const VERSION = '1.0.0'; + const VERSION = '1.0.1'; const KEY_SHOP_NAME = 'general/store_information/name'; const KEY_ACTIVE = 'active'; diff --git a/Setup/Patch/Data/RemoveFintectureBankTypeConfig.php b/Setup/Patch/Data/RemoveFintectureBankTypeConfig.php index 6834e94..29c3391 100644 --- a/Setup/Patch/Data/RemoveFintectureBankTypeConfig.php +++ b/Setup/Patch/Data/RemoveFintectureBankTypeConfig.php @@ -43,6 +43,6 @@ public function getAliases() public static function getVersion(): string { - return '1.0.0'; + return '1.0.1'; } } diff --git a/composer.json b/composer.json index d1a8b9e..fa29bf7 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "email": "contact@fintecture.com" }, "type": "magento2-module", - "version": "1.0.0", + "version": "1.0.1", "license": [ "GPL-3.0" ], diff --git a/etc/module.xml b/etc/module.xml index 3c5ec8c..5212ea6 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,7 +1,7 @@ - + diff --git a/view/frontend/templates/html/checkout/order/error.phtml b/view/frontend/templates/html/checkout/order/error.phtml index 50f5e56..59ece16 100644 --- a/view/frontend/templates/html/checkout/order/error.phtml +++ b/view/frontend/templates/html/checkout/order/error.phtml @@ -17,7 +17,7 @@ $status = $block->getPaymentStatus();
-

the merchant or Fintecture by email at %2 or via chat.', $block->getUrl('contact'), 'support@fintecture.com', 'https:///help.fintecture.com'); ?>

+

the merchant or Fintecture by email at %2 or via chat.', $block->getUrl('contact'), 'support@fintecture.com', 'https://help.fintecture.com'); ?>

\ No newline at end of file