Subversion Repositories SmartDukaan

Rev

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

Rev 13372 Rev 13380
Line 62... Line 62...
62
		}
62
		}
63
	}
63
	}
64
 
64
 
65
	private Map<String, String> paymentParams = new TreeMap<String, String>();
65
	private Map<String, String> paymentParams = new TreeMap<String, String>();
66
 
66
 
67
	public String index() {
67
	public String create() {
68
		eurl = errorUrl;
68
		eurl = errorUrl;
69
		surl = successUrl;
69
		surl = successUrl;
70
		updatePaymentParams(request.getParameterMap());
70
		updatePaymentParams(request.getParameterMap());
71
 
71
 
72
		PaymentClient paymentServiceClient = null;
72
		PaymentClient paymentServiceClient = null;