Skip to content

Commit

Permalink
Merge pull request #53 from NicolasBarbey/main
Browse files Browse the repository at this point in the history
fix delivery address company title
  • Loading branch information
NicolasBarbey authored Dec 27, 2024
2 parents 0cab9df + 422abec commit f0f04c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>2.0.5</version>
<version>2.0.6</version>
<author>
<name>Thelia</name>
<email>info@thelia.net</email>
Expand Down
2 changes: 1 addition & 1 deletion Listener/SetDeliveryModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static function getSubscribedEvents()
{
return array(
TheliaEvents::ORDER_SET_DELIVERY_MODULE => array('isModuleDpdPickup', 64),
TheliaEvents::ORDER_BEFORE_PAYMENT => array('updateDeliveryAddress', 256)
TheliaEvents::ORDER_BEFORE_PAYMENT => array('updateDeliveryAddress', 255)
);
}
}

0 comments on commit f0f04c9

Please sign in to comment.