diff --git a/apps/edr-freight-web/portal/public/assets/cbe.png b/apps/edr-freight-web/portal/public/assets/cbe.png new file mode 100644 index 000000000..c1da424f4 Binary files /dev/null and b/apps/edr-freight-web/portal/public/assets/cbe.png differ diff --git a/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/PaymentMethodModal.tsx b/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/PaymentMethodModal.tsx index a57dd0a9d..f348e81ae 100644 --- a/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/PaymentMethodModal.tsx +++ b/apps/edr-freight-web/portal/src/pages/bookings/BookingDetailPage/components/PaymentMethodModal.tsx @@ -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", },