fix cookie -- not working
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ func run() error {
|
||||
customerService := pscustomer.NewService(prestaDB, cfg.PrestaShopTablePrefix)
|
||||
cartService := pscart.NewService(prestaDB, cfg.PrestaShopTablePrefix)
|
||||
routeService := psroutes.NewService(prestaDB, cfg.PrestaShopTablePrefix)
|
||||
sessionService := pssession.NewService(prestaDB, cfg.PrestaShopTablePrefix)
|
||||
sessionService := pssession.NewService(prestaDB, cfg.PrestaShopTablePrefix, cfg.PrestaShopVersion)
|
||||
productRoute, err := routeService.LoadProductRoute(context.Background())
|
||||
if err != nil {
|
||||
return fmt.Errorf("load product route rule: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user