debug
This commit is contained in:
@@ -1 +1 @@
|
|||||||
1.2.16
|
1.2.17
|
||||||
1
debug/current.ver
Normal file
1
debug/current.ver
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1.2.17
|
||||||
@@ -2206,6 +2206,12 @@ class ApiKernel
|
|||||||
|
|
||||||
private function handleTemplateReferences(): void
|
private function handleTemplateReferences(): void
|
||||||
{
|
{
|
||||||
|
@file_put_contents(sys_get_temp_dir() . '/emailtemplate_debug.log', json_encode([
|
||||||
|
'time' => date(DATE_ATOM),
|
||||||
|
'tag' => 'handleTemplateReferences',
|
||||||
|
'input' => $this->in ?? null,
|
||||||
|
], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) . "\n", FILE_APPEND);
|
||||||
|
|
||||||
$auth = $this->requireAuth();
|
$auth = $this->requireAuth();
|
||||||
$customerId = (int)($auth['customer_id'] ?? 0);
|
$customerId = (int)($auth['customer_id'] ?? 0);
|
||||||
if ($customerId <= 0) {
|
if ($customerId <= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user