Subversion Repositories SmartDukaan

Rev

Rev 13372 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13372 Rev 20278
Line 19... Line 19...
19
	
19
	
20
	public static final String COD = "3000";
20
	public static final String COD = "3000";
21
	public static final String COUPON = "3001";
21
	public static final String COUPON = "3001";
22
	
22
	
23
	public static final String PAYMENT_METHOD = "payMethod";
23
	public static final String PAYMENT_METHOD = "payMethod";
-
 
24
	public static final String PAYMENT_TYPE = "payType";
24
	public static final String EMI_AMOUNT = "emiAmount";
25
	public static final String EMI_AMOUNT = "emiAmount";
25
	
26
	
26
	public static final String STATUS = "status";
27
	public static final String STATUS = "status";
27
	public static final String GATEWAY_STATUS = "gatewayTxnStatus";
28
	public static final String GATEWAY_STATUS = "gatewayTxnStatus";
28
	public static final String ERR_CODE = "errorCode";
29
	public static final String ERR_CODE = "errorCode";
Line 45... Line 46...
45
			this.code = code;
46
			this.code = code;
46
			this.message = message;
47
			this.message = message;
47
		}
48
		}
48
	}
49
	}
49
	
50
	
50
	public long createPayment(long userId, long txnId, String paymentOption, int gatewayId);
51
	public long createPayment(long userId, long txnId, String paymentOption, int gatewayId,String paymentType);
51
}
52
}