TP-65802 | bbps engagement banner logo url (#11060)

This commit is contained in:
Mohit Rajput
2024-05-29 09:18:49 -07:00
committed by GitHub
parent 861b9467b4
commit cbe4fb5b97

View File

@@ -137,7 +137,8 @@ constructor(private val myBillsRepository: MyBillsRepository) {
title = "Broadband bill",
description = "Pay your broadband bill with a few taps on Navi",
ctaText = ctaTextPayNow,
iconUrl = "https://public-assets.prod.navi-sa.in/bbps/upsell_banner__logo.png"
iconUrl =
"https://public-assets.prod.navi-sa.in/bbps/upsell_banner_broadband_logo.png"
),
EngagementBannerEntity(
categoryId = CATEGORY_ID_LANDLINE,
@@ -145,7 +146,7 @@ constructor(private val myBillsRepository: MyBillsRepository) {
description = "Pay your landline bill with a few taps on Navi",
ctaText = ctaTextPayNow,
iconUrl =
"https://public-assets.prod.navi-sa.in/bbps/upsell_banner_lpg_gas_logo.png"
"https://public-assets.prod.navi-sa.in/bbps/upsell_banner_landline_logo.png"
),
EngagementBannerEntity(
categoryId = CATEGORY_ID_CREDIT_CARD,
@@ -153,7 +154,7 @@ constructor(private val myBillsRepository: MyBillsRepository) {
description = "Pay your credit card bill with a few taps on Navi",
ctaText = ctaTextPayNow,
iconUrl =
"https://public-assets.prod.navi-sa.in/bbps/upsell_banner_broadband_logo.png"
"https://public-assets.prod.navi-sa.in/bbps/upsell_banner_creditcard_logo.png"
),
EngagementBannerEntity(
categoryId = CATEGORY_ID_PIPED_GAS,