hi Guys,

I have a question with regard to EXT_OFFLINE payment method type id. Why it
gets excluded  in the ReceiveOfflinePayments method in
OrderManagerEvents.java? In other words it apears impossible to receive
payment with type EXT_OFFLINE from order view screen - payment info section.

EntityExpr ee = EntityCondition.makeCondition("paymentMethodTypeId",
EntityOperator.NOT_EQUAL, "EXT_OFFLINE");
            paymentMethodTypes = delegator.findList("PaymentMethodType", ee,
null, null, null, false);

-- 
View this message in context: 
http://www.nabble.com/ReceiveOfflinePayments-method-tp21694962p21694962.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to