From 012cf1ce53185ccc8bf27de4b40f7272bb16690b Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Tue, 14 Nov 2023 12:27:25 +0530 Subject: [PATCH] Quotes missing : ps --- api/application/helpers/smcfinance_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/helpers/smcfinance_helper.php b/api/application/helpers/smcfinance_helper.php index ce035c09..7cb9638c 100644 --- a/api/application/helpers/smcfinance_helper.php +++ b/api/application/helpers/smcfinance_helper.php @@ -94,7 +94,7 @@ class SMCFINANCE $headers = array('Content-Type: application/json','Authorization: Bearer '.$token); try{ $ch = curl_init(); - $body = '{"pdId":"'.$sales_pd_sno.'","pdStatus":'.$sales_pd_status.',"salesLeadId":'.$applicant_id.'}'; + $body = '{"pdId":"'.$sales_pd_sno.'","pdStatus":"'.$sales_pd_status.'","salesLeadId":"'.$applicant_id.'"}'; log_message('ERROR',"SMC Finance Api Request ".$body); // $put_url = SMC_FINANCE_API_URL.$sales_pd_id.'/update-pd';