send offer message
This commit is contained in:
@@ -209,7 +209,9 @@ disbursement
|
|||||||
$row = $query->getRowArray();
|
$row = $query->getRowArray();
|
||||||
log_message('error', "Send Offer Application ". $data["application_uid"] );
|
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(){
|
public function loanDetail(){
|
||||||
|
|||||||
Reference in New Issue
Block a user