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 #28 from heidelpay/develop
Browse files Browse the repository at this point in the history
Bugfix SHOPWARE-807
  • Loading branch information
Sascha committed May 27, 2020
2 parents 8e6fdae + 03b8e65 commit c1c6489
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Controllers/AbstractHeidelpayPaymentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ public function preDispatch(): void
$this->phpPrecision = ini_get('precision');
$this->phpSerializePrecision = ini_get('serialize_precision');

ini_set('precision', '4');
ini_set('serialize_precision', '4');
// ini_set('precision', '4');
// ini_set('serialize_precision', '4');

$paymentTypeId = $this->request->get('resource') !== null ? $this->request->get('resource')['id'] : $this->request->get('typeId');

Expand Down
15 changes: 15 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
<link>https://www.heidelpay.com</link>
<compatibility minVersion="5.6.0" />

<changelog version="1.1.1"><changes lang="de">
<![CDATA[
<ul>
<li>Behebt ein Problem mit Rundungen</li>
</ul>
]]>
</changes>
<changes>
<![CDATA[
<ul>
<li>Troubleshooting for rounding</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="de">
<![CDATA[
Expand Down

0 comments on commit c1c6489

Please sign in to comment.