Vova Tkach 5 years ago
parent
commit
c9cfb25580
1 changed files with 0 additions and 16 deletions
  1. 0 16
      utils/mysql_basket_structs.go

+ 0 - 16
utils/mysql_basket_structs.go

@@ -20,19 +20,3 @@ type MySql_basket struct {
 	TotalSum   float64
 	TotalCount int
 }
-
-// type MySql_basket_order struct {
-// 	A_currency_id int
-// 	A_currency_name string
-// 	A_currency_coefficient float64
-// 	A_currency_code string
-// 	A_currency_symbol string
-// 	A_client_last_name string
-// 	A_client_first_name string
-// 	A_client_second_name string
-// 	A_client_phone string
-// 	A_client_email string
-// 	A_client_delivery_comment string
-// 	A_client_order_comment string
-// 	A_status string
-// }