added log
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user