aboutsummaryrefslogtreecommitdiff
path: root/src/operations/refund.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/refund.ts')
-rw-r--r--src/operations/refund.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operations/refund.ts b/src/operations/refund.ts
index 64ab1f1e9..7552fc11c 100644
--- a/src/operations/refund.ts
+++ b/src/operations/refund.ts
@@ -291,7 +291,7 @@ export async function applyRefund(
);
}
- console.log("processing purchase for refund");
+ logger.info("processing purchase for refund");
await startRefundQuery(ws, purchase.proposalId);
return { contractTermsHash: purchase.contractData.contractTermsHash };