diff --git a/src/subdomains/supporting/log/log-job.service.ts b/src/subdomains/supporting/log/log-job.service.ts index fb673c829d..5905acc3fd 100644 --- a/src/subdomains/supporting/log/log-job.service.ts +++ b/src/subdomains/supporting/log/log-job.service.ts @@ -386,7 +386,7 @@ export class LogJobService { (b) => b.accountIban === yapealChfBank.iban && b.creditDebitIndicator === BankTxIndicator.DEBIT, ); const chfReceiverScryptExchangeTx = recentScryptExchangeTx.filter( - (k) => k.type === ExchangeTxType.DEPOSIT && k.status !== 'failed' && k.currency === 'CHF', + (k) => k.type === ExchangeTxType.DEPOSIT && k.status === 'ok' && k.currency === 'CHF', ); // sender and receiver data @@ -416,7 +416,7 @@ export class LogJobService { b.instructedCurrency, ); const eurReceiverScryptExchangeTx = recentScryptExchangeTx.filter( - (k) => k.type === ExchangeTxType.DEPOSIT && k.status !== 'failed' && k.currency === 'EUR', + (k) => k.type === ExchangeTxType.DEPOSIT && k.status === 'ok' && k.currency === 'EUR', ); // CHF: Scrypt -> Yapeal