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.
const PROVIDERS: ProviderOption[] = [
{
method: "TELEBIRR",
label: "telebirr",
description: "Ethiopian mobile money · ETB",
logo: "/assets/telebirr.jpeg",
currencies: ["ETB"],
accent: "#0A6F4D",
},
// {
// method: "TELEBIRR",
// label: "telebirr",
// description: "Ethiopian mobile money · ETB",
// logo: "/assets/telebirr.jpeg",
// currencies: ["ETB"],
// accent: "#0A6F4D",
// },
{
method: "WAAFI",
label: "Waafi",
@@ -55,7 +55,7 @@ const PROVIDERS: ProviderOption[] = [
method: "CBE_BILL",
label: "CBE bill payment",
description: "Pay at any CBE branch, app or USSD · ETB",
logo: "/assets/edr-logo.png",
logo: "/assets/cbe.png",
currencies: ["ETB"],
accent: "#5B2D8C",
},