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.
|
// 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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user