fix: scroll behaviour
This commit is contained in:
0
module/oc_telegram_shop/upload/oc_telegram_shop/bastion/Handlers/ImageHandler.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/bastion/Handlers/ImageHandler.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/bastion/ScheduledTasks/TeleCartPulseSendEventsTask.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/bastion/ScheduledTasks/TeleCartPulseSendEventsTask.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/console/Commands/PulseSendEventsCommand.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/console/Commands/PulseSendEventsCommand.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/Exceptions/HttpNotFoundException.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/Exceptions/HttpNotFoundException.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageFactory.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageFactory.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageNotFoundException.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageNotFoundException.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageToolServiceProvider.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageToolServiceProvider.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageUtils.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/ImageTool/ImageUtils.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/OpenCart/Currency.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/OpenCart/Currency.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/OpenCart/PriceCalculator.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/OpenCart/PriceCalculator.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/OpenCart/PriceFormatter.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/OpenCart/PriceFormatter.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/Support/DateUtils.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/framework/Support/DateUtils.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/phpstan.neon
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/phpstan.neon
Normal file → Executable file
@@ -41,7 +41,7 @@ class BlocksService
|
||||
{
|
||||
$blockType = $block['type'];
|
||||
$cacheKey = "block_{$blockType}_" . md5(serialize($block['data']));
|
||||
$cacheTtlSeconds = 60;
|
||||
$cacheTtlSeconds = 3600;
|
||||
|
||||
$data = $this->cache->get($cacheKey);
|
||||
if (! $data) {
|
||||
|
||||
0
module/oc_telegram_shop/upload/oc_telegram_shop/stubs/config.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/stubs/config.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/stubs/currency.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/stubs/currency.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/ImageTool/ImageFactoryTest.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/ImageTool/ImageFactoryTest.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/Scheduler/JobTest.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/Scheduler/JobTest.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/Scheduler/ScheduleJobRegistryTest.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/Scheduler/ScheduleJobRegistryTest.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/Scheduler/SchedulerResultTest.php
Normal file → Executable file
0
module/oc_telegram_shop/upload/oc_telegram_shop/tests/Unit/Framework/Scheduler/SchedulerResultTest.php
Normal file → Executable file
Reference in New Issue
Block a user