refactor: the whole paymanet service

This commit is contained in:
mahyargdz
2025-05-03 16:30:22 +03:30
parent 4f54774400
commit 2e2154d745
30 changed files with 1231 additions and 396 deletions
@@ -2,4 +2,4 @@ import { InjectQueue } from "@nestjs/bullmq";
import { PAYMENT } from "../../modules/payments/constants";
export const InjectPaymentQueue = () => InjectQueue(PAYMENT.PAYMENT_QUEUE_NAME);
export const InjectPaymentQueue = () => InjectQueue(PAYMENT.QUEUE_NAME);