From a502503bdaa409b4f1fffb07b724fcf46c07c8a6 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 31 Oct 2024 17:17:19 -0400 Subject: [PATCH] removed extra copde --- service/cards.js | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/service/cards.js b/service/cards.js index 8f27f8f..50eef84 100644 --- a/service/cards.js +++ b/service/cards.js @@ -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;