send noti after successfull online payment

This commit is contained in:
2025-12-23 22:23:31 +03:30
parent 91d37a4faa
commit b409f0b49f
2 changed files with 53 additions and 25 deletions
@@ -126,9 +126,6 @@ export class PaymentListeners {
);
return;
}
if (order.paymentMethod.method === PaymentMethodEnum.Online) {
return;
}
const userRecipients = [
{
userId: order.user.id,