From e1fa31fcad0171038e049db1b1851f9412a026f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaume=20Sol=C3=ADs?= Date: Tue, 16 Apr 2024 13:01:24 +0200 Subject: [PATCH] console para ver que enviamos al sql --- api/controller/Payment/payment.services.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/controller/Payment/payment.services.js b/api/controller/Payment/payment.services.js index 668a4e1..a946442 100644 --- a/api/controller/Payment/payment.services.js +++ b/api/controller/Payment/payment.services.js @@ -41,6 +41,7 @@ class PaymentServices { } }, }) + console.log(jsonOrderData); const order = await db.orderData_put(jsonOrderData); const orderFk = order[0][0].orderFk