Skip to content

Commit

Permalink
Merge pull request #27 from NicolasBarbey/fix_status
Browse files Browse the repository at this point in the history
fix status update listener
  • Loading branch information
NicolasBarbey committed Oct 11, 2023
2 parents 8cc5ab5 + 375640a commit e58d427
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 @@ -14,7 +14,7 @@
<language>fr_FR</language>
<language>en_US</language>
</languages>
<version>2.0.2</version>
<version>2.0.3</version>
<authors>
<author>
<name>Thelia</name>
Expand Down
2 changes: 1 addition & 1 deletion EventListeners/SendConfirmationEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function updateStatus(OrderEvent $event): void
public static function getSubscribedEvents(): array
{
return array(
TheliaEvents::ORDER_UPDATE_STATUS => array("updateStatus", 128),
TheliaEvents::ORDER_UPDATE_STATUS => array("updateStatus", 10),
TheliaEvents::ORDER_SEND_CONFIRMATION_EMAIL => array("sendConfirmationEmail", 129),
TheliaEvents::ORDER_SEND_NOTIFICATION_EMAIL => array("sendNotificationEmail", 129)
);
Expand Down

0 comments on commit e58d427

Please sign in to comment.