Skip to content

Commit

Permalink
Sofort 8.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mketronet committed Oct 8, 2021
1 parent d2980da commit 964b955
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Application/Model/TrosofortueberweisungBasket.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author tronet GmbH
*
* @since 8.0.6
* @version 8.0.11
* @version 8.0.12
*/
class TrosofortueberweisungBasket extends TrosofortueberweisungBasket_parent
{
Expand Down Expand Up @@ -67,15 +67,16 @@ public function troIsRecalculatedBasket()
*
* @author tronet GmbH
* @since 8.0.11
* @version 8.0.11
* @version 8.0.12
*/
public function troAddOrderArticlesToBasket($aOrderArticles)
{
if (count($aOrderArticles) > 0)
{
foreach ($aOrderArticles as $oOrderArticle)
{
if ($oOrderArticle->oxorderarticles__oxamount->value > 0 && !$oOrderArticle->isBundle()) {
if ($oOrderArticle->oxorderarticles__oxamount->value > 0 && !$oOrderArticle->isBundle())
{
$this->_isForOrderRecalculation = true;
$sItemId = $oOrderArticle->getId();

Expand All @@ -87,8 +88,6 @@ public function troAddOrderArticlesToBasket($aOrderArticles)

//calling update method
$this->onUpdate();

return $this->_aBasketContents[$sItemId];
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,6 @@

==8.0.11==
*FIXED: Bug, stock amount of bundle articles does not get reduced

==8.0.12==
*FIXED: Bug, price in admin order overview was shown wrong
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ You can update SOFORT Überweisung and its dependencies by running `composer upd

|Module version| supported OXID eShop version
|:------------:|:---------------------------:
|8.0.10 | 6.0 - 6.2
|7.0.5 | 4.7 - 4.10
|8.0.12 | 6.0 - 6.3
|7.0.12 | 4.7 - 4.10

## FAQ

Expand Down
Binary file modified docs/readme_de.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'en' => 'Sofort. by tronet',
],
'thumbnail' => "out/img/logo_sofort_fallback.png",
'version' => '8.0.11',
'version' => '8.0.12',
'author' => 'tronet GmbH',
'email' => 'integration@sofort.com',
'url' => 'https://www.tronet.media/',
Expand Down

0 comments on commit 964b955

Please sign in to comment.