Subversion Repositories SmartDukaan

Rev

Rev 29863 | Rev 29867 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29863 Rev 29865
Line 21... Line 21...
21
import java.util.concurrent.TimeUnit;
21
import java.util.concurrent.TimeUnit;
22
import java.util.stream.Collectors;
22
import java.util.stream.Collectors;
23
 
23
 
24
import org.apache.commons.io.output.ByteArrayOutputStream;
24
import org.apache.commons.io.output.ByteArrayOutputStream;
25
import org.apache.commons.lang.StringUtils;
25
import org.apache.commons.lang.StringUtils;
-
 
26
import org.apache.logging.log4j.LogManager;
-
 
27
import org.apache.logging.log4j.Logger;
26
import org.json.JSONArray;
28
import org.json.JSONArray;
27
import org.json.JSONObject;
29
import org.json.JSONObject;
28
import org.openqa.selenium.Dimension;
30
import org.openqa.selenium.Dimension;
29
import org.openqa.selenium.OutputType;
31
import org.openqa.selenium.OutputType;
30
import org.openqa.selenium.TakesScreenshot;
32
import org.openqa.selenium.TakesScreenshot;
Line 153... Line 155...
153
import com.spice.profitmandi.service.scheme.SchemeService;
155
import com.spice.profitmandi.service.scheme.SchemeService;
154
import com.spice.profitmandi.service.transaction.TransactionService;
156
import com.spice.profitmandi.service.transaction.TransactionService;
155
import com.spice.profitmandi.service.user.RetailerService;
157
import com.spice.profitmandi.service.user.RetailerService;
156
import com.spice.profitmandi.service.wallet.WalletService;
158
import com.spice.profitmandi.service.wallet.WalletService;
157
import com.spice.profitmandi.service.warehouse.WarehouseInventoryService;
159
import com.spice.profitmandi.service.warehouse.WarehouseInventoryService;
158
 
-
 
159
import in.shop2020.model.v1.order.OrderStatus;
160
import in.shop2020.model.v1.order.OrderStatus;
160
import in.shop2020.model.v1.order.WalletReferenceType;
161
import in.shop2020.model.v1.order.WalletReferenceType;
161
import okhttp3.OkHttpClient;
162
import okhttp3.OkHttpClient;
162
import okhttp3.Request;
163
import okhttp3.Request;
163
import okhttp3.Response;
164
import okhttp3.Response;