语法错误json.parse Opencart中json数据未定义属性的第1行第1列的意外字符?

时间:2018-12-06 18:18:11

标签: php json opencart-3

pop up error message

使用opencart 3.0.2.0版。在确认订单时,此消息弹出。订单确认未完成,这是代码中显示错误的79号

if ($reflection->hasMethod($this->method) && $reflection->getMethod($this->method)->getNumberOfRequiredParameters() <= count($args)) { 
    return call_user_func_array(array($controller, $this->method), $args); 
} else { 
    return new \Exception('Error: Could not call ' . $this->route . '/' . $this->method . '!'); 
}

其中79行代码为return call_user_func_array(array($controller, $this->method), $args);

我该如何解决?没有订单进行中...

0 个答案:

没有答案