fix refund temp tx blocking actual refund tx

This commit is contained in:
Blake Kaufman
2026-05-22 15:19:51 -04:00
parent c1b564ea2c
commit 9fe411f12b
+1 -1
View File
@@ -574,7 +574,7 @@ export async function checkFlashnetStablecoinStatusLogic(
{
id: statusResult.refundTxHash,
paymentStatus: 'completed',
paymentType: tx.paymentType,
paymentType: 'unknown',
accountId: tx.accountId,
details: {
description: i18next.t('constants.stablecoinRefundReceived'),