rev 563021 broke processPaymentSettings.bsh
-------------------------------------------
Key: OFBIZ-1200
URL:
https://issues.apache.org/jira/browse/OFBIZ-1200 Project: OFBiz
Issue Type: Bug
Components: ecommerce
Affects Versions: SVN trunk
Reporter: Wickersheimer Jeremy
Priority: Minor
I just ran into it, "apatel" added two lines in rev 563021 but forgot one import:
The new line:
55: ShoppingCart.CartPaymentInfo cpi = cart.getPaymentInfo(paymentMethodId, null, null, null, true);
Won't work without adding:
import org.ofbiz.order.shoppingcart.ShoppingCart;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.