debg for bitrix api

This commit is contained in:
developer 2026-03-30 11:34:57 +08:00
parent a807e80654
commit 3363270e86

View File

@ -27,7 +27,7 @@ public function index(Request $request)
return false; return false;
}; };
$object = $bxId->bitrixable; $object = $bxId->bitrixable;
print_r($request->action);die(); print_r($request->object);die();
switch ($request->action) { switch ($request->action) {
case $this::ACTION_CONFIRM_DEAL: case $this::ACTION_CONFIRM_DEAL:
$this->confirmDeal($object, $request); $this->confirmDeal($object, $request);