SAVE PD PHOTOS2

This commit is contained in:
velz 2019-01-28 22:45:59 +05:30
parent fc6d43c2ed
commit 4ddd09d12f

View File

@ -4611,7 +4611,10 @@ class PD_Controller extends REST_Controller {
public function savePDPhotos_post()
{
$records = $this->post('records');
echo "Called";
$data['dataStatus'] = true;
$data['status'] = REST_Controller::HTTP_OK;
$data['records'] = $records;
$this->response($data,REST_Controller::HTTP_OK);
}