Skip to content

Commit 19ca2f2

Browse files
committed
Update
1 parent 6407a6b commit 19ca2f2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ You can check if the above data is correctly set by clicking on the `Test Connec
212212

213213
![automatic-export-settings.png](docs/assets/automatic-export-settings.png)
214214

215-
The plugin provides a configuration section in the administration panel that allows you to enable or disable automatic export and define which sales channel and language should be used for the export.
215+
The plugin provides a configuration section in the administration panel that allows you to enable or disable automatic export and define which sales channel and language should be used for the products export.
216216
By default, the automatic export is disabled. Once the administrator enables it and choose the sales channel and language, the automatic export will be active.
217217
By default, automatic export is performed once every 48 hours. If you want to change this value, you must overwrite the `ExportScheduledTask` file as follows:
218218

219219
//src/ScheduledTask/ExportScheduledTask.php
220220
public static function getDefaultInterval(): int
221221
{
222222
// change this value to adjust the export interval. This value is in seconds.
223-
// For example, to set the interval to 48 hours = 172800, return 600.
223+
// for example: 48 hours = 172800
224224
return 172800;
225225
}
226226

src/ScheduledTask/ExportScheduledTask.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace Omikron\FactFinder\Shopware6\ScheduledTask;

0 commit comments

Comments
 (0)