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({