Subversion Repositories SmartDukaan

Rev

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

Rev 6060 Rev 6062
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
 
-
 
5
public interface IPaymentService {
3
public interface IPaymentService {
6
	public static final long PAYMENT_NOT_CREATED = -1;
4
	public static final long PAYMENT_NOT_CREATED = -1;
7
	
5
	
8
	public static final String HDFC_VISA = "2008";
6
	public static final String HDFC_VISA = "2008";
9
	public static final String HDFC_MASTERCARD_CREDIT = "2017";
7
	public static final String HDFC_MASTERCARD_CREDIT = "2017";