This commit is contained in:
Marshal
2026-08-08 14:00:45 +00:00
parent a42d32c27c
commit 1700ae0747
2 changed files with 9 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

View File

@@ -28,14 +28,14 @@ interface ProviderOption {
// Only Telebirr, Waafi, CAC Bank and CBE bill payment are enabled for now. // Only Telebirr, Waafi, CAC Bank and CBE bill payment are enabled for now.
const PROVIDERS: ProviderOption[] = [ const PROVIDERS: ProviderOption[] = [
{ // {
method: "TELEBIRR", // method: "TELEBIRR",
label: "telebirr", // label: "telebirr",
description: "Ethiopian mobile money · ETB", // description: "Ethiopian mobile money · ETB",
logo: "/assets/telebirr.jpeg", // logo: "/assets/telebirr.jpeg",
currencies: ["ETB"], // currencies: ["ETB"],
accent: "#0A6F4D", // accent: "#0A6F4D",
}, // },
{ {
method: "WAAFI", method: "WAAFI",
label: "Waafi", label: "Waafi",
@@ -55,7 +55,7 @@ const PROVIDERS: ProviderOption[] = [
method: "CBE_BILL", method: "CBE_BILL",
label: "CBE bill payment", label: "CBE bill payment",
description: "Pay at any CBE branch, app or USSD · ETB", description: "Pay at any CBE branch, app or USSD · ETB",
logo: "/assets/edr-logo.png", logo: "/assets/cbe.png",
currencies: ["ETB"], currencies: ["ETB"],
accent: "#5B2D8C", accent: "#5B2D8C",
}, },