NTP-61683 | lite auto top up string fix (#16367)

Co-authored-by: sharmapoojabalrambhai <sharma.balrambhai@navi.com>
This commit is contained in:
Shaurya Rehan
2025-05-28 17:11:17 +05:30
committed by GitHub
parent 81281180bc
commit 10fb24106f
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ constructor(
companion object {
private val ORDER_STATUS_POLLING_INTERVAL = 2.5.seconds
private const val ORDER_STATUS_POLLING_MAX_RETRY_COUNT = 100
private const val ORDER_STATUS_POLLING_MAX_RETRY_COUNT = 5
}
private var naviPayDefaultConfig = NaviPayDefaultConfig()

View File

@@ -721,7 +721,7 @@
<string name="np_withdraw">Withdraw</string>
<string name="np_balance_anytime">balance anytime</string>
<string name="np_auto_top_up_up_to">Auto top-up up to %s</string>
<string name="np_auto_top_up_of">Auto top-up up of %s</string>
<string name="np_auto_top_up_of">Auto top-up of %s</string>
<string name="np_select_pause_period_lite">Select pause period for UPI Lite auto top-up</string>
<string name="np_select_pause_period">Select pause period for autopay</string>
<string name="np_credit_card_balance">Credit card balance</string>