result
This commit is contained in:
@@ -24,6 +24,8 @@ var cards = {
|
||||
db.query(Qstring, async function (err, result) {
|
||||
try {
|
||||
if (err) throw err;
|
||||
logger.info("RESULT 001", result[0].firstname);
|
||||
// logger.info("RESULT 002", result[0].firstname);
|
||||
|
||||
const cardholder = await stripe.issuing.cardholders.create({
|
||||
name: 'Jenny Rosen',
|
||||
|
||||
Reference in New Issue
Block a user