We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb02a8f commit cd11553Copy full SHA for cd11553
1 file changed
EventListener/NotificationListener.php
@@ -62,7 +62,6 @@ public function handlePaymentNotification(PaymentNotificationEvent $event)
62
}
63
64
$order = OrderQuery::create()
65
- ->filterByPaymentModuleId(PayPlugModule::getModuleId())
66
->filterByTransactionRef($transactionRef)
67
->findOne();
68
@@ -167,7 +166,6 @@ public function handleRefundNotification(RefundNotificationEvent $event)
167
166
168
169
170
171
172
173
0 commit comments