Merge pull request #168 from Tria-plc/feat/payment-microservice

Feat/payment microservice
This commit is contained in:
Abubeker Yasin
2026-06-16 12:09:13 +03:00
committed by GitHub
13 changed files with 835 additions and 627 deletions

View File

@@ -20,7 +20,8 @@ export enum PaymentMethodTypeEnum {
TELEBIRR = "TELEBIRR", // Ethiopia
CBE_BIRR = "CBE_BIRR", // Ethiopia
EBIRR = "EBIRR", // Ethiopia
WAAFI = "WAAFI", // Djibouti
WAAFI = "WAAFI",
DMONEY= "DMONEY",// Djibouti
CARD = "CARD", // International
WALLET = "WALLET", // Internal
}