Skip to content

Commit 87329b6

Browse files
committed
Release 1.0.20
1 parent 71d045c commit 87329b6

File tree

7 files changed

+543
-527
lines changed

7 files changed

+543
-527
lines changed

GXModules/Wallee/WalleePayment/Shop/Overloads/CheckoutPaymentModulesThemeContentView/WalleeCheckoutPaymentModulesThemeContentView.inc.php

+231-220
Large diffs are not rendered by default.

GXModules/Wallee/WalleePayment/Shop/Overloads/payment/Wallee_payment.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Wallee_payment extends Wallee_payment_parent
44
{
55
public function __construct($module = '')
66
{
7-
$payment = $_SESSION['payment'];
7+
$payment = $_SESSION['payment'] ?? '';
88
parent::__construct($module);
99
if (strpos(strtolower($payment), 'wallee') !== false) {
1010
$_SESSION['payment'] = $payment;

GXModules/Wallee/WalleePayment/vendor/composer/installed.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => 'e161e8c3360665502707d6c83b5ebf56d789ead2',
6+
'reference' => '14dae8e010e392080b50e5974e115007a7c04f62',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-master',
1515
'version' => 'dev-master',
16-
'reference' => 'e161e8c3360665502707d6c83b5ebf56d789ead2',
16+
'reference' => '14dae8e010e392080b50e5974e115007a7c04f62',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2023 wallee AG
189+
Copyright 2024 wallee AG
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ account dashboard.
5757

5858
## Documentation
5959

60-
[Documentation](https://plugin-documentation.wallee.com/wallee-payment/gambio-4/1.0.19/docs/en/documentation.html)
60+
[Documentation](https://plugin-documentation.wallee.com/wallee-payment/gambio-4/1.0.20/docs/en/documentation.html)
6161

6262
## License
6363

docs/en/documentation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
2222
</a>
2323
</li>
2424
<li>
25-
<a href="https://github.com/wallee-payment/gambio-4/releases/tag/1.0.19/">
25+
<a href="https://github.com/wallee-payment/gambio-4/releases/tag/1.0.20/">
2626
Source
2727
</a>
2828
</li>

0 commit comments

Comments
 (0)