Browse Source

fix: get all mint quotes (#1025)

thesimplekid 2 months ago
parent
commit
dca48f4886
1 changed files with 3 additions and 0 deletions
  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
             "#,