Skip to content

Commit cd11553

Browse files
committed
Remove pay plug id from order query
1 parent cb02a8f commit cd11553

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)