[OFBiz] Users - Ecommerce:Using BillingAccountfor checkoutreturns "Please select a method of payment"
Vinay Agarwal
VinayKAgarwal at hotmail.com
Thu Apr 13 10:26:27 CDT 2006
Part of the problem I observed was caused by the "if (amount != null)"
change. For single page checkout, no change is needed. I haven't looked at
the multi-page checkout with split payments whether the following change is
needed or not.
Vinay
String amountStr = null;
if ("EXT_BILLACT".equals(paymentMethods[i])) {
amountStr = request.getParameter("amount_" +
request.getParameter("billingAccountId"));
} else {
amountStr = request.getParameter("amount_" + paymentMethods[i]);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ofbiz.org/pipermail/users/attachments/20060413/ba136dbd/attachment.htm
More information about the Users
mailing list