|
|
@@ -27,6 +27,7 @@ return [
|
|
|
'v1/shop/order-invoice-remark',
|
|
|
'v1/shop/order-invoice-method',
|
|
|
'v1/shop/order-invoice-export',
|
|
|
+ 'v1/shop/order-invoice-export-file',
|
|
|
// 'v1/site/countries'
|
|
|
],
|
|
|
'noCheckPermissionActions' => [
|
|
|
@@ -97,5 +98,6 @@ return [
|
|
|
'shop/order-invoice-remark',
|
|
|
'shop/order-invoice-method',
|
|
|
'shop/order-invoice-export',
|
|
|
+ 'shop/order-invoice-export-file',
|
|
|
],
|
|
|
];
|