From ea19d1f243c1014a43048fe8034751e7be105afd Mon Sep 17 00:00:00 2001 From: Abdelrahman Elmeky <65960126+Aelmeky@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:04:59 +0200 Subject: [PATCH] refactor : removing unnessasry imports --- payment/src/api/PaymentAPI.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/payment/src/api/PaymentAPI.js b/payment/src/api/PaymentAPI.js index 98c12a15..67b9af82 100644 --- a/payment/src/api/PaymentAPI.js +++ b/payment/src/api/PaymentAPI.js @@ -5,8 +5,7 @@ import { ERROR_STATUS_CODE, CLINIC_BASE_URL, PATIENTS_BASE_URL, - BAD_REQUEST_CODE_400, - SECRET_KEY + BAD_REQUEST_CODE_400 } from '../utils/Constants.js'; import { isValidMongoId } from '../utils/Validation.js'; import PaymentService from '../service/payment-service.js';