This commit is contained in:
CHIEFSOFT\ameye
2024-10-20 13:58:52 -04:00
parent 8b17832174
commit 878c2ff3bf
+10 -1
View File
@@ -62,7 +62,14 @@ var cards = {
logger.info("READY FOR STRIPE CALL ************************************************************************ NEXT ");
logger.info("REQ=>", ReqParam);
logger.info("READY FOR STRIPE CALL ************************************************************************ MORE ");
const cardholder = await stripe.issuing.cardholders.create(ReqParam).then((callResult);
console.log(cardholder);
let resultItem = {
"result": cardholder,
"total_record": 0
}
next(null, resultItem); // pass control to the next handler
/*
const cardholder = await stripe.issuing.cardholders.create(ReqParam).then((callResult)=>{
console.log("Ameye **************************** AMEYE ----- ");
console.log(callResult);
@@ -73,6 +80,8 @@ var cards = {
next(null, resultItem); // pass control to the next handler
});
*/
/*
const cardholder = await stripe.issuing.cardholders.create({
name: req_data.name,