| Line 55... |
Line 55... |
| 55 |
import com.spice.profitmandi.dao.repository.fofo.FofoOrderRepository;
|
55 |
import com.spice.profitmandi.dao.repository.fofo.FofoOrderRepository;
|
| 56 |
import com.spice.profitmandi.dao.repository.fofo.PurchaseRepository;
|
56 |
import com.spice.profitmandi.dao.repository.fofo.PurchaseRepository;
|
| 57 |
import com.spice.profitmandi.dao.repository.transaction.OrderRepository;
|
57 |
import com.spice.profitmandi.dao.repository.transaction.OrderRepository;
|
| 58 |
import com.spice.profitmandi.dao.repository.transaction.UserWalletRepository;
|
58 |
import com.spice.profitmandi.dao.repository.transaction.UserWalletRepository;
|
| 59 |
import com.spice.profitmandi.dao.repository.user.UserRepository;
|
59 |
import com.spice.profitmandi.dao.repository.user.UserRepository;
|
| - |
|
60 |
import com.spice.profitmandi.service.authentication.RoleManager;
|
| 60 |
import com.spice.profitmandi.service.inventory.StockAllocationService;
|
61 |
import com.spice.profitmandi.service.inventory.StockAllocationService;
|
| 61 |
import com.spice.profitmandi.service.user.RetailerService;
|
62 |
import com.spice.profitmandi.service.user.RetailerService;
|
| 62 |
import com.spice.profitmandi.thrift.clients.PaymentClient;
|
63 |
import com.spice.profitmandi.thrift.clients.PaymentClient;
|
| 63 |
import com.spice.profitmandi.thrift.clients.TransactionClient;
|
64 |
import com.spice.profitmandi.thrift.clients.TransactionClient;
|
| 64 |
import com.spice.profitmandi.thrift.clients.UserClient;
|
65 |
import com.spice.profitmandi.thrift.clients.UserClient;
|
| 65 |
import com.spice.profitmandi.web.model.LoginDetails;
|
66 |
import com.spice.profitmandi.web.model.LoginDetails;
|
| 66 |
import com.spice.profitmandi.web.util.CookiesProcessor;
|
67 |
import com.spice.profitmandi.web.util.CookiesProcessor;
|
| 67 |
import com.spice.profitmandi.web.util.MVCResponseSender;
|
68 |
import com.spice.profitmandi.web.util.MVCResponseSender;
|
| 68 |
import com.spice.profitmandi.web.util.RoleManager;
|
- |
|
| 69 |
|
69 |
|
| 70 |
import in.shop2020.logistics.PickUpType;
|
70 |
import in.shop2020.logistics.PickUpType;
|
| 71 |
import in.shop2020.model.v1.order.LineItem;
|
71 |
import in.shop2020.model.v1.order.LineItem;
|
| 72 |
import in.shop2020.model.v1.order.OrderSource;
|
72 |
import in.shop2020.model.v1.order.OrderSource;
|
| 73 |
import in.shop2020.model.v1.order.OrderStatus;
|
73 |
import in.shop2020.model.v1.order.OrderStatus;
|