From 1a0f2ebb7315cb17459dc8452baf484681d3a69c Mon Sep 17 00:00:00 2001 From: G Date: Tue, 18 Jun 2024 15:03:08 +0000 Subject: [PATCH] fix log typo --- src/utils/requests/wavePayment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/requests/wavePayment.ts b/src/utils/requests/wavePayment.ts index 255dc13..fd6d741 100644 --- a/src/utils/requests/wavePayment.ts +++ b/src/utils/requests/wavePayment.ts @@ -65,7 +65,7 @@ export const initTransaction = async (payload: IwavePaymentStarter) => { log.http("initTransaction |", JSON.stringify(response, null, 2)); return response; } catch (error) { - log.error("getTransactionStatus |", error); + log.error("initTransaction |", error); throw error; } }; -- libgit2 0.27.1