diff --git a/Config/module.xml b/Config/module.xml index 32b2450..84c11f7 100755 --- a/Config/module.xml +++ b/Config/module.xml @@ -17,7 +17,7 @@ en_US fr_FR - 2.1.2 + 2.1.3 Vincent Lopes-Vicente diff --git a/EventListener/NotificationListener.php b/EventListener/NotificationListener.php index 3512af8..576658b 100755 --- a/EventListener/NotificationListener.php +++ b/EventListener/NotificationListener.php @@ -65,6 +65,7 @@ public function handlePaymentNotification(PaymentNotificationEvent $event) } $order = OrderQuery::create() + ->filterByPaymentModuleId(PayPlugModule::getModuleId()) ->filterByTransactionRef($transactionRef) ->findOne();