瀏覽代碼

fix: payment method in tx test (#1438)

tsk 3 周之前
父節點
當前提交
9a6a853948
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crates/cdk-common/src/database/wallet/test/mod.rs

+ 1 - 0
crates/cdk-common/src/database/wallet/test/mod.rs

@@ -146,6 +146,7 @@ fn test_transaction(mint_url: MintUrl, direction: TransactionDirection) -> Trans
         quote_id: None,
         payment_request: None,
         payment_proof: None,
+        payment_method: None,
     }
 }