ryan 1 hónapja
szülő
commit
9fe105ef0e
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      backendApi/modules/v1/controllers/ShopController.php

+ 1 - 0
backendApi/modules/v1/controllers/ShopController.php

@@ -850,6 +850,7 @@ class ShopController extends BaseController {
         }
 
         $form = new ShopExportForm();
+        Yii::$app->cache->flush();
         $result = $form->run($filter, \Yii::t('ctx', 'actionOrderInvoiceExport'));
         if (!$result) {
             return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);