name_line

This commit is contained in:
CHIEFSOFT\ameye
2024-10-20 14:07:06 -04:00
parent e3952d8bf4
commit 758ecabf3f
+2 -1
View File
@@ -61,11 +61,12 @@ var cards = {
};
logger.info("READY FOR STRIPE CALL ************************************************************************ NEXT ");
logger.info("REQ=>", ReqParam);
const name_line = "First Lastname";
logger.info("READY FOR STRIPE CALL ************************************************************************ MORE ");
// const cardholder = await stripe.issuing.cardholders.create(ReqParam);
const cardholder = await stripe.issuing.cardholders.create(
{
name: req_data.name,
name: name_line,
email: 'jenny.rosen@example.com',
phone_number: '+18008675309',
status: 'active',