Vova Tkach 5 years ago
parent
commit
8a4524c296
1 changed files with 0 additions and 7 deletions
  1. 0 7
      modules/module_shop_order.go

+ 0 - 7
modules/module_shop_order.go

@@ -13,13 +13,6 @@ func (this *Modules) RegisterAction_ShopOrder() *Action {
 		Mount:     "shop-order",
 		WantAdmin: false,
 	}, func(wrap *wrapper.Wrapper) {
-		// SBParam := basket.SBParam{
-		// 	R:         wrap.R,
-		// 	DB:        wrap.DB,
-		// 	Host:      wrap.CurrHost,
-		// 	Config:    wrap.Config,
-		// 	SessionId: wrap.GetSessionId(),
-		// }
 		if wrap.ShopBasket.ProductsCount(&basket.SBParam{
 			R:         wrap.R,
 			DB:        wrap.DB,