working on dmoney

This commit is contained in:
Eyosiyas
2026-06-08 16:29:20 +03:00
parent a1940c4901
commit 3a66242f8b
6 changed files with 278 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ export enum ProviderMethod {
EBIRR = "EBIRR",
WAAFI = "WAAFI",
CARD = "CARD",
DMONEY = "DMONEY",
}
export type PaymentPlatform = "web" | "mobile";