Updated on 2026-08-14
This commit is contained in:
parent
d84f383cf8
commit
357bee1107
9 changed files with 7 additions and 47 deletions
|
|
@ -216,7 +216,6 @@ internal class DefaultPaymentAccountStatusFetcher @Inject constructor(
|
|||
return if (hasActiveIssueOrder) {
|
||||
PaymentAccountStatusValue.Inactive(
|
||||
source = StatusSource.ACTUAL,
|
||||
cryptoCurrency = tangemPayCurrencyFactory.create(userWalletId),
|
||||
tariffPlan = getTangemPayTariffPlanStateUseCase(
|
||||
userWalletId = userWalletId,
|
||||
tariff = tariffPlan,
|
||||
|
|
@ -229,7 +228,6 @@ internal class DefaultPaymentAccountStatusFetcher @Inject constructor(
|
|||
} else {
|
||||
PaymentAccountStatusValue.AwaitingPlanSelection(
|
||||
source = StatusSource.ACTUAL,
|
||||
cryptoCurrency = tangemPayCurrencyFactory.create(userWalletId),
|
||||
tariffPlan = tariffPlan,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -108,7 +108,6 @@ internal class PaymentAccountStatusValueDMConverterTest {
|
|||
// GIVEN
|
||||
val domain = PaymentAccountStatusValue.AwaitingPlanSelection(
|
||||
source = StatusSource.ACTUAL,
|
||||
cryptoCurrency = cryptoCurrency,
|
||||
tariffPlan = mockk(),
|
||||
)
|
||||
|
||||
|
|
@ -128,7 +127,6 @@ internal class PaymentAccountStatusValueDMConverterTest {
|
|||
availableBalance = BigDecimal("100"),
|
||||
currency = "USD",
|
||||
),
|
||||
cryptoCurrency = cryptoCurrency,
|
||||
tariffPlan = mockk(),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue