Updated on 2026-08-14
This commit is contained in:
parent
942114d48b
commit
610b4f3409
1 changed files with 2 additions and 1 deletions
|
|
@ -300,6 +300,7 @@ internal class TangemPaySelectPlanModel @Inject constructor(
|
|||
}
|
||||
TangemPayTariffPlanTransition.Type.DOWNGRADE -> {
|
||||
val date = nextBillingDate()
|
||||
val currentPlan = params.tariffPlan.plan
|
||||
buildList {
|
||||
if (date != null) {
|
||||
add(
|
||||
|
|
@ -312,7 +313,7 @@ internal class TangemPaySelectPlanModel @Inject constructor(
|
|||
add(
|
||||
resourceReference(
|
||||
R.string.tangempay_select_plan_confirm_point_cards_closed,
|
||||
wrappedList(programName),
|
||||
wrappedList(currentPlan.programName),
|
||||
),
|
||||
)
|
||||
if (date != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue