NTP-38050 | Divyesh | update duplicate field name in arc config (#14992)
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user