Updated on 2026-08-14
This commit is contained in:
parent
5c293e71ec
commit
6caeea3576
22 changed files with 243 additions and 135 deletions
|
|
@ -153,14 +153,18 @@ internal class GetTangemPayTariffPlanStateUseCaseTest {
|
|||
|
||||
val CURRENT_PLAN = TangemPayTariffPlan(
|
||||
id = "plan-basic",
|
||||
type = TangemPayTariffPlan.Type.BASIC,
|
||||
tierId = "BASIC",
|
||||
isBasicTier = true,
|
||||
name = "Basic",
|
||||
programName = "program-basic",
|
||||
descriptionItems = emptyList(),
|
||||
)
|
||||
val TARGET_PLAN = TangemPayTariffPlan(
|
||||
id = TARGET_PLAN_ID,
|
||||
type = TangemPayTariffPlan.Type.PLUS,
|
||||
tierId = "PLUS",
|
||||
isBasicTier = false,
|
||||
name = "Plus",
|
||||
programName = "program-plus",
|
||||
descriptionItems = emptyList(),
|
||||
)
|
||||
val CUSTOMER_TARIFF = TangemPayCustomerTariffPlan(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue