match USD and BTC invoice structures

This commit is contained in:
Blake Kaufman
2026-06-08 13:26:03 -04:00
parent 8b2af15f4f
commit df851111b2
18 changed files with 118 additions and 42 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ export function FlashnetProvider({ children }) {
const tx = {
id: lightningRequest.details?.finalSparkID,
accountId: sparkInfoRef.current.identityPubKey,
paymentStatus: 'completed',
paymentStatus: 'pending',
paymentType: 'lightning',
details: {
performSwaptoUSD: false,