fix: get all mint quotes (#1025)

This commit is contained in:
thesimplekid
2025-09-02 09:14:39 +01:00
committed by GitHub
parent 655a4b9e1e
commit dca48f4886

View File

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