From 1d2668cddd037baf163eec33e7d40c53625add56 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 20 Oct 2024 08:15:38 -0400 Subject: [PATCH] added log --- service/cards.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/service/cards.js b/service/cards.js index a9483fb..fb5fcb9 100644 --- a/service/cards.js +++ b/service/cards.js @@ -58,6 +58,15 @@ var cards = { country: 'US', }, }, + }).then((callResult)=>{ + console.log("Ameye **************************** AMEYE ----- "); + console.log(callResult); + let resultItem = { + "result": callResult, + "total_record": 0 + } + next(null, resultItem); // pass control to the next handler + }); /* const cardholder = await stripe.issuing.cardholders.create({