TP-65802 | bbps engagement banner logo url (#11060)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user