Subversion Repositories SmartDukaan

Rev

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

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