feat: ( payment ) implement d-money

This commit is contained in:
Abubeker Yasin
2026-07-13 09:51:17 +03:00
parent 6ff04a35dc
commit 594dd76ab7
3 changed files with 6 additions and 2 deletions

View File

@@ -203,6 +203,7 @@ export default function PaymentMethodsPage() {
{ value: 'CBE_BIRR', label: 'CBE Birr' },
{ value: 'EBIRR', label: 'eBirr' },
{ value: 'WAAFI', label: 'Waafi' },
{ value: 'DMONEY', label: 'dMoney' },
{ value: 'CARD', label: 'Card Payment' },
{ value: 'WALLET', label: 'Internal Wallet' },
];