Subversion Repositories SmartDukaan

Rev

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

Rev 29469 Rev 29470
Line 120... Line 120...
120
			int status = data.getInt("status");
120
			int status = data.getInt("status");
121
			if (status == 0) {
121
			if (status == 0) {
122
				captchaBreak = this.getNewCaptcha(okHttpClient);
122
				captchaBreak = this.getNewCaptcha(okHttpClient);
123
				continue;
123
				continue;
124
			} else if (status == 2) {
124
			} else if (status == 2) {
125
				LOGGER.info("Received status 2 for ");
125
				LOGGER.info("Received status 2 for {}", imei);
126
				continue;
126
				continue;
127
			}
127
			}
128
 
128
 
129
			JSONObject imeiQueryDto = data.getJSONObject("imeiQueryDto");
129
			JSONObject imeiQueryDto = data.getJSONObject("imeiQueryDto");
130
 
130