Subversion Repositories SmartDukaan

Rev

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

Rev 9103 Rev 9269
Line 1... Line 1...
1
package in.shop2020.serving.services;
1
package in.shop2020.mobileapi.serving.services;
2
 
2
 
3
public interface IPaymentService {
3
public interface IPaymentService {
4
	public static final long PAYMENT_NOT_CREATED = -1;
4
	public static final long PAYMENT_NOT_CREATED = -1;
5
	
5
	
6
	public static final String HDFC_VISA = "2008";
6
	public static final String HDFC_VISA = "2008";