Forráskód Böngészése

fix: get all mint quotes (#1025)

thesimplekid 2 hónapja
szülő
commit
dca48f4886
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      crates/cdk-sql-common/src/wallet/mod.rs

+ 3 - 0
crates/cdk-sql-common/src/wallet/mod.rs

@@ -552,6 +552,9 @@ ON CONFLICT(id) DO UPDATE SET
                 state,
                 expiry,
                 secret_key
+                payment_method,
+                amount_issued,
+                amount_paid
             FROM
                 mint_quote
             "#,