Skip to content

Commit

Permalink
NTR: new release 1.6.5 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Oct 21, 2020
1 parent 5bc4a98 commit a85489f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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.4';
const PLUGIN_VERSION = '1.6.5';


/**
Expand Down
13 changes: 12 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.4</version>
<version>1.6.5</version>
<copyright>(c) Mollie B.V.</copyright>
<license>MIT</license>
<author>Mollie B.V.</author>
Expand Down Expand Up @@ -42,6 +42,17 @@
</description>


<changelog version="1.6.5">
<changes lang="de">
- Problembehebung, dass rückerstattete Bestellungen wieder als "bezahlt" in Shopware markiert werden, sobald eine Webhook Benachrichtigung nach einer Rückerstattung empfangen wird.
- Problembehebung eines seltenen Falls [Credit Card Token Not Found]. Dieses trat bei B2B Kunden, oder Kunden ohne korrekten Attribut-Einträgen (in der Datenbank) auf.
</changes>
<changes lang="en">
- Fix the problem that refunded orders are always marked as "completely paid" again in Shopware, as soon as a webhook notification is received after a refund process.
- Fix a rare problem [Credit Card Token Not Found] that happens for either B2B users or users without a valid attributes-entry (in the database).
</changes>
</changelog>

<changelog version="1.6.4">
<changes lang="de">
- Apple Pay Direct benutzt nun Stückzahl 1, wenn im Theme auf der Artikel Seite keine Auswahlliste für die Stückzahl ist.
Expand Down

0 comments on commit a85489f

Please sign in to comment.