Subversion Repositories SmartDukaan

Rev

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

Rev 3054 Rev 3561
Line 36... Line 36...
36
			this.code = code;
36
			this.code = code;
37
			this.message = message;
37
			this.message = message;
38
		}
38
		}
39
	}
39
	}
40
	
40
	
41
	public long createPayment(long currentCartId, long userId, long txnId, String paymentOption);
41
	public long createPayment(long currentCartId, long userId, long txnId, String paymentOption, long sourceId);
42
}
42
}