From: vincent@cubedesigners.com Date: Wed, 13 Jan 2021 17:58:01 +0000 (+0000) Subject: wip #4191 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0159c210fedcbca69a11382978ae9e8979600f99;p=fluidbook-v3.git wip #4191 @0.5 --- diff --git a/framework/application/controllers/AjaxController.php b/framework/application/controllers/AjaxController.php index 9a74856..57a4ce7 100644 --- a/framework/application/controllers/AjaxController.php +++ b/framework/application/controllers/AjaxController.php @@ -24,7 +24,9 @@ class AjaxController extends CubeIT_Controller_AjaxController } $url = 'https://toolbox.fluidbook.com/fluidbook-quote/create-from-website?data=' . base64_encode(json_encode($data)); + $this->_datas->addDebug($url); $json = json_decode(file_get_contents($url)); + $this->_datas->addDebug($json); $okmessage = $json->message; // If we're processing the popup form, the success message will replace the whole section including the text