NTP-38050 | Divyesh | update duplicate field name in arc config (#14992)

This commit is contained in:
Divyesh Shinde
2025-02-15 22:35:00 +05:30
committed by GitHub
parent d2d1945ef0
commit 5700bf2aa1

View File

@@ -153,7 +153,8 @@ data class PostPaymentPendingMessage(
}
data class ArcConfig(
@SerializedName("mainText") val mainTextRecharge: String = "If recharge is pending after",
@SerializedName("mainText") val mainTextBill: String = "If bill is pending after",
@SerializedName("mainTextRecharge")
val mainTextRecharge: String = "If recharge is pending after",
@SerializedName("mainTextBill") val mainTextBill: String = "If bill is pending after",
@SerializedName("subText") val subText: String = "you will get extra",
)