to string

This commit is contained in:
CHIEFSOFT\ameye
2024-10-20 14:26:17 -04:00
parent d4a99fd8ef
commit e92f5934e2
+1 -1
View File
@@ -61,7 +61,7 @@ var cards = {
};
logger.info("READY FOR STRIPE CALL ************************************************************************ NEXT ");
logger.info("REQ=>", ReqParam);
const name_line = req_data.name; // "First Lastname";
const name_line = req_data.name.toString(); // "First Lastname";
const email_line = "ses6681+1@gmail.com"; //req_data.email; // "First Lastname";
logger.info("NAME LINE ->" + name_line);
logger.info("READY FOR STRIPE CALL ************************************************************************ MORE ");