added log

This commit is contained in:
CHIEFSOFT\ameye
2024-10-20 08:15:38 -04:00
parent 4c3305b4de
commit 1d2668cddd
+9
View File
@@ -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({