Skip to content

Commit

Permalink
NTR: fix broken payment return url (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Sep 22, 2020
1 parent 18236a0 commit 9d3070c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Components/Helpers/MollieShopSwitcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MollieShopSwitcher
*
* @param ContainerInterface $container
*/
public function __construct(ContainerInterface $container)
public function __construct($container)
{
$this->container = $container;
}
Expand Down
2 changes: 1 addition & 1 deletion MollieShopware.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class MollieShopware extends Plugin
{

const PLUGIN_VERSION = '1.6.0';
const PLUGIN_VERSION = '1.6.1';


/**
Expand Down
11 changes: 10 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<label lang="de">Mollie</label>
<label lang="nl">Mollie</label>

<version>1.6.0</version>
<version>1.6.1</version>
<copyright>(c) Mollie B.V.</copyright>
<license>MIT</license>
<author>dasistweb GmbH</author>
Expand Down Expand Up @@ -42,6 +42,15 @@
</description>


<changelog version="1.6.1">
<changes lang="de">
- Behebung einer kaputten Zahlungs Return URL in seltenen Fällen
</changes>
<changes lang="en">
- Fix broken payment return page in some rare scenarios
</changes>
</changelog>

<changelog version="1.6.0">
<changes lang="de">
- Neue "Apple Pay Direct" Zahlungsart für einen schnellen Checkout auf Detail Seiten und im Warenkorb.
Expand Down

0 comments on commit 9d3070c

Please sign in to comment.