Skip to content

Commit

Permalink
Release 1.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Jun 27, 2023
1 parent 5903a31 commit d8ca5eb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Application/Model/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ public static function loadPendingFromSession(\OxidEsales\Eshop\Core\Session $se
$transaction = oxNew(\Wle\Wallee\Application\Model\Transaction::class);
/* @var $transaction \Wle\Wallee\Application\Model\Transaction */
$transaction->create();
} else {
$transaction->updateFromSession();
}
return $transaction;
}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# OXID 6.X

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).

Expand Down Expand Up @@ -33,8 +33,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-6.0/1.0.46/docs/en/documentation.html)
* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-6.0/1.0.47/docs/en/documentation.html)

## License

Please see the [license file](https://github.com/wallee-payment/oxid-6.0/blob/1.0.46/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/oxid-6.0/blob/1.0.47/LICENSE) for more information.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# OXID 6.X

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).

Expand Down Expand Up @@ -33,8 +33,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-6.0/1.0.46/docs/en/documentation.html)
* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-6.0/1.0.47/docs/en/documentation.html)

## License

Please see the [license file](https://github.com/wallee-payment/oxid-6.0/blob/1.0.46/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/oxid-6.0/blob/1.0.47/LICENSE) for more information.
4 changes: 2 additions & 2 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/oxid-6.0/releases/tag/1.0.46/">
<a href="https://github.com/wallee-payment/oxid-6.0/releases/tag/1.0.47/">
Source
</a>
</li>
Expand All @@ -49,7 +49,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/wallee-payment/oxid-6.0/releases/tag/1.0.46/">Download</a> the extension.</p>
<p><a href="https://github.com/wallee-payment/oxid-6.0/releases/tag/1.0.47/">Download</a> the extension.</p>
</li>
<li>
<p>Extract the files and upload them to the root directory of your store using FTP/SSH.</p>
Expand Down
10 changes: 8 additions & 2 deletions metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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',
Expand Down Expand Up @@ -148,7 +148,13 @@
'name' => 'wleWalleeSpaceViewId',
'type' => 'str',
'value' => ''
)
),
array(
'group' => 'wleWalleeShopSettings',
'name' => 'wleWalleeMigration',
'type' => 'num',
'value' => 0,
)
),
'events' => array(
'onActivate' => Wle\Wallee\Core\WalleeModule::class . '::onActivate',
Expand Down

0 comments on commit d8ca5eb

Please sign in to comment.