send offer message

This commit is contained in:
CHIEFSOFT\ameye
2025-01-13 20:59:18 -05:00
parent 97b799075b
commit 339710c94e
+3 -1
View File
@@ -209,7 +209,9 @@ disbursement
$row = $query->getRowArray();
log_message('error', "Send Offer Application ". $data["application_uid"] );
return $this->respond(["loan"=>$row], 200);
$offerResult = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/offer", json_encode($row));
return $this->respond(["loan"=>$row, "result"=> $offerResult ], 200);
}
public function loanDetail(){