Subversion Repositories SmartDukaan

Rev

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

Rev 32822 Rev 33297
Line 23... Line 23...
23
import javax.persistence.Cacheable;
23
import javax.persistence.Cacheable;
24
 
24
 
25
@Service
25
@Service
26
public interface SDCreditService {
26
public interface SDCreditService {
27
 
27
 
-
 
28
	void fundWallet(int fofoId) throws ProfitMandiBusinessException;
-
 
29
 
28
	int createSDDirectOrder(UserCart userCart, CartResponse cartValidationResponse)
30
	int createSDDirectOrder(UserCart userCart, CartResponse cartValidationResponse)
29
			throws ProfitMandiBusinessException;
31
			throws ProfitMandiBusinessException;
30
 
32
 
31
	BigDecimal getAvailableAmount(int fofoId);
33
	BigDecimal getAvailableAmount(int fofoId);
32
 
34