Subversion Repositories SmartDukaan

Rev

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

Rev 33180 Rev 33194
Line 33... Line 33...
33
 
33
 
34
    private static final Logger LOGGER = LogManager.getLogger(WalletServiceImpl.class);
34
    private static final Logger LOGGER = LogManager.getLogger(WalletServiceImpl.class);
35
 
35
 
36
    @Autowired
36
    @Autowired
37
    ManualPaymentRequestRepository manualPaymentRequestRepository;
37
    ManualPaymentRequestRepository manualPaymentRequestRepository;
38
    ProfitMandiBusinessException pbse = new ProfitMandiBusinessException("Wallet", "Wallet",
38
    ProfitMandiBusinessException pbse = new ProfitMandiBusinessException("Wallet", "Wallet", "Wallet is under maintainance, please try after some time");
39
            "Wallet is under maintainance, please try after some time");
-
 
40
    ProfitMandiBusinessException inactivepbse = new ProfitMandiBusinessException("Wallet", "Wallet",
39
    ProfitMandiBusinessException inactivepbse = new ProfitMandiBusinessException("Wallet", "Wallet", "Investment is incomplete, please add amount to wallet to complete the investment");
41
            "Investment is incomplete, please add amount to wallet to complete the investment");
-
 
-
 
40
 
42
    @Autowired
41
    @Autowired
43
    PartnerInvestmentService partnerInvestmentService;
42
    PartnerInvestmentService partnerInvestmentService;
44
    private boolean underMaintainance = false;
43
    private boolean underMaintainance = false;
45
    @Autowired
44
    @Autowired
46
    private UserAccountRepository userAccountRepository;
45
    private UserAccountRepository userAccountRepository;