Page 1 of 1

[v3.0.3.1 - Fix] - admin/view/template/sale/order_info.twig

Posted: Sun Mar 17, 2019 10:25 pm
by straightlight
Find:

Code: Select all

if (json['token']) {
      api_token = json['token'];
    }
replace with:

Code: Select all

if (json['api_token']) {
      api_token = json['api_token'];
    }
FAQ: viewtopic.php?f=176&p=739789#p718325

Code already removed on GitHub files.