From 0159c210fedcbca69a11382978ae9e8979600f99 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 13 Jan 2021 17:58:01 +0000 Subject: [PATCH] wip #4191 @0.5 --- framework/application/controllers/AjaxController.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5