Commit 1a0f2ebb by G

fix log typo

parent 117cf27a
......@@ -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;
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment