From 128cfd7c4bad16bced3552adf03277a9ca076ee2 Mon Sep 17 00:00:00 2001 From: Drew Rowan Date: Tue, 27 Jun 2023 10:55:41 +0200 Subject: [PATCH] Release 1.0.47 --- README.md | 6 +++--- docs/en/documentation.html | 4 ++-- wle/Wallee/Application/Model/Transaction.php | 2 ++ wle/Wallee/docs/README.md | 6 +++--- wle/Wallee/metadata.php | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0acb6e7..e489017 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OXID 4.10 -v1.0.46, 2023-4 +v1.0.47, 2023-6 This repository contains the OXID wallee payment module that enables the shop to process payments with [wallee](https://www.wallee.com). @@ -19,8 +19,8 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co ## Documentation -* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.46/docs/en/documentation.html) +* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.47/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.46/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.47/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 79c4b95..6316f93 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -22,7 +22,7 @@

Documentation

  • - + Source
  • @@ -49,7 +49,7 @@

    1. -

      Download the extension.

      +

      Download the extension.

    2. Extract the files and upload them to the modules directory of your store using FTP/SSH.

      diff --git a/wle/Wallee/Application/Model/Transaction.php b/wle/Wallee/Application/Model/Transaction.php index 1f39abd..dca3391 100644 --- a/wle/Wallee/Application/Model/Transaction.php +++ b/wle/Wallee/Application/Model/Transaction.php @@ -176,6 +176,8 @@ public static function loadPendingFromSession(\oxsession $session){ class_exists(\Wle\Wallee\Application\Model\Transaction::class); $transaction = oxNew(\Wle\Wallee\Application\Model\Transaction::class); /* @var $transaction \Wle\Wallee\Application\Model\Transaction */ $transaction->create(); + } else { + $transaction->updateFromSession(); } return $transaction; } diff --git a/wle/Wallee/docs/README.md b/wle/Wallee/docs/README.md index 0acb6e7..e489017 100644 --- a/wle/Wallee/docs/README.md +++ b/wle/Wallee/docs/README.md @@ -2,7 +2,7 @@ # OXID 4.10 -v1.0.46, 2023-4 +v1.0.47, 2023-6 This repository contains the OXID wallee payment module that enables the shop to process payments with [wallee](https://www.wallee.com). @@ -19,8 +19,8 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co ## Documentation -* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.46/docs/en/documentation.html) +* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.47/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.46/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.47/LICENSE) for more information. \ No newline at end of file diff --git a/wle/Wallee/metadata.php b/wle/Wallee/metadata.php index 36ba7aa..45c0b8c 100644 --- a/wle/Wallee/metadata.php +++ b/wle/Wallee/metadata.php @@ -31,7 +31,7 @@ 'en' => 'WLE Wallee Module' ), 'thumbnail' => 'out/pictures/picture.png', - 'version' => '1.0.46', + 'version' => '1.0.47', 'author' => 'customweb GmbH', 'url' => 'https://www.customweb.com', 'email' => 'info@customweb.com',