Integrations DI refactor, remove Sellasist/Baselinker, fix product-edit encoding (0.263)
- New: Domain\Integrations\IntegrationsRepository + admin\Controllers\IntegrationsController (DI) - Cleanup: removed all Sellasist and Baselinker integrations from entire project - Fix: product-edit.php Polish characters (UTF-8/CP1250 double-encoding) - Update: factory\Integrations as facade (Apilo + ShopPRO only) - Tests: 212 tests, 577 assertions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -51,7 +51,6 @@ $mdb = new medoo( [
|
||||
] );
|
||||
|
||||
$settings = \front\factory\Settings::settings_details();
|
||||
$baselinker_settings = \front\factory\Shop::baselinker_settings();
|
||||
$lang_id = \front\factory\Languages::default_language();
|
||||
|
||||
\admin\factory\ShopProduct::generate_google_feed_xml();
|
||||
Reference in New Issue
Block a user