Skip to content

Commit

Permalink
Merge pull request #178 from mollie/5.5.7
Browse files Browse the repository at this point in the history
5.5.7
  • Loading branch information
Marvin-Magmodules authored May 5, 2020
2 parents 2e990ca + 9ff76b9 commit 4cf47e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/code/community/Mollie/Mpm/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<config>
<modules>
<Mollie_Mpm>
<version>5.5.6</version>
<version>5.5.7</version>
</Mollie_Mpm>
</modules>
<global>
Expand Down Expand Up @@ -161,6 +161,12 @@
<after>subtotal,discount,shipping,tax</after>
<before>grand_total</before>
</mollie_mpm_payment_fee_tax>
<!-- Copied from: https://github.com/fooman/totals-sorting-fix/blob/master/app/code/community/Fooman/TotalsSortingFix/etc/config.xml
This is to fix calculation errors when there are multiple custom totals -->
<tax_subtotal>
<after>nominal,subtotal,msrp,freeshipping</after>
<before>tax_subtotal,weee,shipping,tax_shipping,discount,tax,grand_total</before>
</tax_subtotal>
</totals>
</quote>
<order_invoice>
Expand Down
3 changes: 2 additions & 1 deletion skin/adminhtml/default/default/mollie/mpm/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@

.mollie-method .form-list td.label {
font-weight: bold;
min-width: 120px;
}

.mollie-method img {
Expand Down Expand Up @@ -165,4 +166,4 @@ a.mollie-tooltip:hover span {
color: #333D46;
font-weight: lighter;
line-height: normal;
}
}

0 comments on commit 4cf47e8

Please sign in to comment.