Explorar el Código

fix: get all mint quotes (#1025)

thesimplekid hace 2 meses
padre
commit
dca48f4886
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
             "#,