Skip to content

Commit

Permalink
Merge pull request #85 from logeecom/4.1-4.4
Browse files Browse the repository at this point in the history
PIGAM-66 Release version 2.0.16
  • Loading branch information
ristokekovic authored Jul 11, 2023
2 parents 57cc3ee + bb9be6d commit 762cbfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class OrderTotalMapper
{
use MapperUtility;

private static $surcharges = ['ot_mollie', 'ot_tsexcellence', 'ot_loworderfee'];
private static $discounts = ['ot_coupon', 'ot_discount', 'ot_payment', 'ot_gambioultra', 'ot_gv'];
private static $surcharges = ['ot_mollie', 'ot_tsexcellence', 'ot_loworderfee', 'ot_gambioultra'];
private static $discounts = ['ot_coupon', 'ot_discount', 'ot_payment', 'ot_gv'];
private static $shipping = ['ot_shipping', 'ot_ps_fee'];

/**
Expand Down
2 changes: 1 addition & 1 deletion GXModules/Mollie/Mollie/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mollie/gambio",
"version": "2.0.15",
"version": "2.0.16",
"require": {
"php": ">=5.4",
"mollie/integration-core": "1.3.4"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Read more about the integration configuration on [our Wiki](https://github.com/m

# Release notes

*2.0.16*
- Fixed shipping costs per product

*2.0.15*
- Fixed loading js and css files

Expand Down

0 comments on commit 762cbfc

Please sign in to comment.