mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
chnages
This commit is contained in:
BIN
apps/edr-freight-web/portal/public/assets/cbe.png
Normal file
BIN
apps/edr-freight-web/portal/public/assets/cbe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user