Subversion Repositories SmartDukaan

Rev

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

Rev 22757 Rev 22760
Line 19... Line 19...
19
import org.json.JSONObject;
19
import org.json.JSONObject;
20
import org.slf4j.Logger;
20
import org.slf4j.Logger;
21
import org.slf4j.LoggerFactory;
21
import org.slf4j.LoggerFactory;
22
import org.springframework.http.HttpHeaders;
22
import org.springframework.http.HttpHeaders;
23
import org.springframework.http.MediaType;
23
import org.springframework.http.MediaType;
24
 
-
 
25
import com.sendgrid.Content;
-
 
26
import com.sendgrid.Email;
-
 
27
import com.sendgrid.Mail;
-
 
28
import com.sendgrid.Method;
-
 
29
import com.sendgrid.Request;
-
 
30
import com.sendgrid.Response;
-
 
31
import com.sendgrid.SendGrid;
-
 
32
import com.spice.profitmandi.common.enumuration.SchemeType;
24
import com.spice.profitmandi.common.enumuration.SchemeType;
33
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
25
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
34
import com.spice.profitmandi.common.model.GstRate;
26
import com.spice.profitmandi.common.model.GstRate;
35
import com.spice.profitmandi.common.model.ProfitMandiConstants;
27
import com.spice.profitmandi.common.model.ProfitMandiConstants;
36
import com.spice.profitmandi.common.web.client.RestClient;
28
import com.spice.profitmandi.common.web.client.RestClient;