File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments