removed extra copde

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 17:17:19 -04:00
parent a1a595c8f0
commit a502503bda
-38
View File
@@ -331,44 +331,6 @@ var cards = {
} catch (error) {
res.status(500).json({error: `Internal Server error 002 ${error} `});
}
logger.info(req.body);
var data = {
"request_uid": req.body.request_uid,
"request_id": req.body.request_id,
"aggrement_ip": req.body.aggrement_ip,
};
const card = await stripe.issuing.cards.update(
'ic_1Cm3paIyNTgGDVfzBqq1uqxR',
{
status: 'active',
}
);
let resultItem ={
"result": [],
"total_record": 5
}
next(null, resultItem ); // pass control to the next handler
},
};
module.exports = cards;