feat: add custom BottomButton instead of TG

This commit is contained in:
Nikita Kiselev
2025-07-21 00:48:34 +03:00
parent c282b6ea3b
commit b0cc0237af
4 changed files with 90 additions and 32 deletions

View File

@@ -57,7 +57,7 @@ class Controllerextensiontgshophandle extends Controller
});
$app->bind(ImageToolInterface::class, function () {
return new ImageTool(DIR_IMAGE);
return new ImageTool(DIR_IMAGE, HTTPS_SERVER);
});
$this->load->model('checkout/order');