Skip to content

Commit

Permalink
fix status update listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Barbey committed Oct 11, 2023
1 parent 8cc5ab5 commit 375640a
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 375640a

Please sign in to comment.