Subversion Repositories SmartDukaan

Rev

Rev 35679 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35679 Rev 37734
Line 10... Line 10...
10
import com.spice.profitmandi.dao.repository.cs.AgentRecordingRepository;
10
import com.spice.profitmandi.dao.repository.cs.AgentRecordingRepository;
11
import com.spice.profitmandi.dao.repository.fofo.CustomerRepository;
11
import com.spice.profitmandi.dao.repository.fofo.CustomerRepository;
12
import com.spice.profitmandi.dao.repository.fofo.FofoOrderRepository;
12
import com.spice.profitmandi.dao.repository.fofo.FofoOrderRepository;
13
import com.spice.profitmandi.dao.repository.fofo.UpsellRazorpayPaymentStatusRepository;
13
import com.spice.profitmandi.dao.repository.fofo.UpsellRazorpayPaymentStatusRepository;
14
import com.spice.profitmandi.service.integrations.kommuno.RecordingService;
14
import com.spice.profitmandi.service.integrations.kommuno.RecordingService;
15
import com.spice.profitmandi.service.integrations.smartping.SmartPingService;
-
 
16
import com.spice.profitmandi.service.integrations.smartping.model.CallDetailModel;
15
import com.spice.profitmandi.service.integrations.kommuno.model.CallDetailModel;
17
import com.spice.profitmandi.service.integrations.smartping.model.PushCallLogModel;
16
import com.spice.profitmandi.service.integrations.kommuno.model.PushCallLogModel;
18
import com.spice.profitmandi.web.util.MVCResponseSender;
17
import com.spice.profitmandi.web.util.MVCResponseSender;
19
import org.apache.logging.log4j.LogManager;
18
import org.apache.logging.log4j.LogManager;
20
import org.apache.logging.log4j.Logger;
19
import org.apache.logging.log4j.Logger;
21
import org.json.JSONObject;
20
import org.json.JSONObject;
22
import org.springframework.beans.factory.annotation.Autowired;
21
import org.springframework.beans.factory.annotation.Autowired;
Line 50... Line 49...
50
    @Autowired
49
    @Autowired
51
    private CustomerRepository customerRepository;
50
    private CustomerRepository customerRepository;
52
 
51
 
53
    private static final Logger LOGGER = LogManager.getLogger(WebHookController.class);
52
    private static final Logger LOGGER = LogManager.getLogger(WebHookController.class);
54
 
53
 
55
    @Autowired
-
 
56
    SmartPingService smartPingService;
-
 
57
 
54
 
58
    @Autowired
55
    @Autowired
59
    RecordingService recordingService;
56
    RecordingService recordingService;
60
 
57
 
61
    @Autowired
58
    @Autowired