chore: complete the payment service

This commit is contained in:
mahyargdz
2025-02-04 16:12:33 +03:30
parent 5d91afcc6e
commit 626206c389
25 changed files with 296 additions and 82 deletions
+5
View File
@@ -1 +1,6 @@
export const ZARINPAL_CONFIG = "ZARINPAL_CONFIG";
export const PAYMENT = Object.freeze({
PAYMENT_QUEUE_NAME: "payment",
PAYMENT_START: "payment_start",
});