Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from heidelpay/develop
Browse files Browse the repository at this point in the history
Bugfix: minimum order amount
  • Loading branch information
Sascha authored Jun 18, 2020
2 parents c1c6489 + baac04f commit 34b39a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions Controllers/Frontend/Heidelpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public function completePaymentAction(): void
'module' => 'frontend',
'controller' => 'checkout',
'action' => 'finish',
'sUniqueID' => $paymentObject->getId(),
]);
}

Expand Down
17 changes: 16 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,28 @@
<label lang="de">heidelpay</label>
<label>heidelpay</label>

<version>1.1.0</version>
<version>1.1.2</version>
<copyright>heidelpay GmbH</copyright>
<license>MIT</license>
<author>heidelpay GmbH, Kellerkinder Pluginwerk GmbH</author>
<link>https://www.heidelpay.com</link>
<compatibility minVersion="5.6.0" />

<changelog version="1.1.2"><changes lang="de">
<![CDATA[
<ul>
<li>Behebt ein Problem mit der Weiterleitung auf die Bestellbestätigungseite mit konfiguriertem Mindestbestellwert in der Kundengruppe</li>
</ul>
]]>
</changes>
<changes>
<![CDATA[
<ul>
<li>Troubleshooting the redirection to the checkout finish page with a configured minimum amount in the customer group</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.1"><changes lang="de">
<![CDATA[
<ul>
Expand Down

0 comments on commit 34b39a4

Please sign in to comment.