Subversion Repositories SmartDukaan

Rev

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

Rev 5538 Rev 6050
Line 1... Line 1...
1
package in.shop2020.serving.services;
1
package in.shop2020.serving.services;
2
 
2
 
-
 
3
import in.shop2020.model.v1.order.RechargeOrder;
-
 
4
 
3
public interface IPaymentService {
5
public interface IPaymentService {
4
	public static final long PAYMENT_NOT_CREATED = -1;
6
	public static final long PAYMENT_NOT_CREATED = -1;
5
	
7
	
6
	public static final String HDFC_VISA = "2008";
8
	public static final String HDFC_VISA = "2008";
7
	public static final String HDFC_MASTERCARD_CREDIT = "2017";
9
	public static final String HDFC_MASTERCARD_CREDIT = "2017";