| Line 66... |
Line 66... |
| 66 |
import com.spice.profitmandi.dao.service.solr.FofoSolr;
|
66 |
import com.spice.profitmandi.dao.service.solr.FofoSolr;
|
| 67 |
import com.spice.profitmandi.service.*;
|
67 |
import com.spice.profitmandi.service.*;
|
| 68 |
import com.spice.profitmandi.service.integrations.CCAvenuePaymentService;
|
68 |
import com.spice.profitmandi.service.integrations.CCAvenuePaymentService;
|
| 69 |
import com.spice.profitmandi.service.integrations.RazorpayPaymentService;
|
69 |
import com.spice.profitmandi.service.integrations.RazorpayPaymentService;
|
| 70 |
import com.spice.profitmandi.service.integrations.bharti.model.BAGInsuranceModel;
|
70 |
import com.spice.profitmandi.service.integrations.bharti.model.BAGInsuranceModel;
|
| - |
|
71 |
import com.spice.profitmandi.service.integrations.psismart.PsiSmartService;
|
| 71 |
import com.spice.profitmandi.service.integrations.toffee.ToffeeService;
|
72 |
import com.spice.profitmandi.service.integrations.toffee.ToffeeService;
|
| 72 |
import com.spice.profitmandi.service.inventory.*;
|
73 |
import com.spice.profitmandi.service.inventory.*;
|
| 73 |
import com.spice.profitmandi.service.offers.OfferService;
|
74 |
import com.spice.profitmandi.service.offers.OfferService;
|
| 74 |
import com.spice.profitmandi.service.order.OrderService;
|
75 |
import com.spice.profitmandi.service.order.OrderService;
|
| 75 |
import com.spice.profitmandi.service.pricing.PriceDropService;
|
76 |
import com.spice.profitmandi.service.pricing.PriceDropService;
|
| Line 1019... |
Line 1020... |
| 1019 |
BluedartService bluedartService;
|
1020 |
BluedartService bluedartService;
|
| 1020 |
|
1021 |
|
| 1021 |
@Autowired
|
1022 |
@Autowired
|
| 1022 |
TransactionRelatedTasks transactionRelatedTasks;
|
1023 |
TransactionRelatedTasks transactionRelatedTasks;
|
| 1023 |
|
1024 |
|
| - |
|
1025 |
@Autowired
|
| - |
|
1026 |
PsiSmartService psiSmartService;
|
| 1024 |
public void test() throws Exception {
|
1027 |
public void test() throws Exception {
|
| 1025 |
|
- |
|
| - |
|
1028 |
System.out.println(psiSmartService.getRegistrationEndPoint("9990381569"));
|
| 1026 |
//Map<Integer, List<Offer>> offerMap = offerRepository.selectAllPublishedMapByPartner(YearMonth.now());
|
1029 |
//Map<Integer, List<Offer>> offerMap = offerRepository.selectAllPublishedMapByPartner(YearMonth.now());
|
| 1027 |
//LOGGER.info("Offers - {}", offerMap.entrySet().stream().filter(x->x.getKey()==168118414).flatMap(x->x.getValue().stream().map(y->y.getId())).collect(Collectors.toList()));
|
1030 |
//LOGGER.info("Offers - {}", offerMap.entrySet().stream().filter(x->x.getKey()==168118414).flatMap(x->x.getValue().stream().map(y->y.getId())).collect(Collectors.toList()));
|
| 1028 |
//bluedartAuthService.getAuthToken();
|
1031 |
//bluedartAuthService.getAuthToken();
|
| 1029 |
//bluedartService.getAirwayBillNo()
|
1032 |
//bluedartService.getAirwayBillNo()
|
| 1030 |
/*transactionRelatedTasks.reverseRTO(Arrays.asList(
|
1033 |
/*transactionRelatedTasks.reverseRTO(Arrays.asList(
|
| Line 1038... |
Line 1041... |
| 1038 |
"NSSRNPR1248",
|
1041 |
"NSSRNPR1248",
|
| 1039 |
"NSSRNPR1249",
|
1042 |
"NSSRNPR1249",
|
| 1040 |
"NSUK267",
|
1043 |
"NSUK267",
|
| 1041 |
"UKRDPR139"));*/
|
1044 |
"UKRDPR139"));*/
|
| 1042 |
|
1045 |
|
| 1043 |
sendMailWhatsAppAfterLoanDueDate();
|
1046 |
//sendMailWhatsAppAfterLoanDueDate();
|
| 1044 |
}
|
1047 |
}
|
| 1045 |
|
1048 |
|
| 1046 |
public void test3() throws Exception {
|
1049 |
public void test3() throws Exception {
|
| 1047 |
List<Long> payoutIds = Arrays.asList();
|
1050 |
List<Long> payoutIds = Arrays.asList();
|
| 1048 |
List<OfferPayout> offerPayouts = offerPayoutRepository.selectAllByIds(payoutIds);
|
1051 |
List<OfferPayout> offerPayouts = offerPayoutRepository.selectAllByIds(payoutIds);
|