Subversion Repositories SmartDukaan

Rev

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

Rev 25395 Rev 25515
Line 26... Line 26...
26
@Component
26
@Component
27
public class WalletServiceImpl implements WalletService {
27
public class WalletServiceImpl implements WalletService {
28
 
28
 
29
	private static final Logger LOGGER = LogManager.getLogger(WalletServiceImpl.class);
29
	private static final Logger LOGGER = LogManager.getLogger(WalletServiceImpl.class);
30
 
30
 
31
	private boolean underMaintainance = false;
31
	private boolean underMaintainance = true;
32
	ProfitMandiBusinessException pbse = new ProfitMandiBusinessException("Wallet", "Wallet",
32
	ProfitMandiBusinessException pbse = new ProfitMandiBusinessException("Wallet", "Wallet",
33
			"Wallet is under maintainance, please try after some time");
33
			"Wallet is under maintainance, please try after some time");
34
 
34
 
35
	@Autowired
35
	@Autowired
36
	private UserAccountRepository userAccountRepository;
36
	private UserAccountRepository userAccountRepository;