send noti after successfull online payment
This commit is contained in:
@@ -126,9 +126,6 @@ export class PaymentListeners {
|
||||
);
|
||||
return;
|
||||
}
|
||||
if (order.paymentMethod.method === PaymentMethodEnum.Online) {
|
||||
return;
|
||||
}
|
||||
const userRecipients = [
|
||||
{
|
||||
userId: order.user.id,
|
||||
|
||||
Reference in New Issue
Block a user