Skip to content

Commit 0cbd170

Browse files
committed
Remove payplug id from order query
1 parent c71cae6 commit 0cbd170

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Config/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<language>en_US</language>
1818
<language>fr_FR</language>
1919
</languages>
20-
<version>1.0.8</version>
20+
<version>1.0.9</version>
2121
<authors>
2222
<author>
2323
<name>Vincent Lopes-Vicente</name>

EventListener/NotificationListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function handlePaymentNotification(PaymentNotificationEvent $event)
6262
}
6363

6464
$order = OrderQuery::create()
65-
->filterByPaymentModuleId(PayPlugModule::getModuleId())
6665
->filterByTransactionRef($transactionRef)
6766
->findOne();
6867

@@ -167,7 +166,6 @@ public function handleRefundNotification(RefundNotificationEvent $event)
167166
}
168167

169168
$order = OrderQuery::create()
170-
->filterByPaymentModuleId(PayPlugModule::getModuleId())
171169
->filterByTransactionRef($transactionRef)
172170
->findOne();
173171

0 commit comments

Comments
 (0)