Jira issue created and patch attached, https://issues.apache.org/jira/browse/OFBIZ-2978
On Wed, Sep 30, 2009 at 2:07 AM, Scott Gray <[email protected]>wrote: > Yes please > > Regards > Scott > > > On 30/09/2009, at 1:45 AM, Abdullah Shaikh wrote: > > Should I submit the patch ? >> >> On Tue, Sep 29, 2009 at 4:00 PM, Abdullah Shaikh < >> [email protected]> wrote: >> >> In savePaymentGatewayResponse method of PaymentGatewayServices class, we >>> are setting the "gatewayMessage" field on the GenericValue of >>> PaymentGatewayRespMsg, but there is no field named "gatewayMessage" in >>> entity PaymentGatewayRespMsg but instead we need to use "pgrMessage" in >>> place of "gatewayMessage". >>> >>> I guess we mistakely assumed the GenericValue which we get from the >>> context, context.get("paymentGatewayResponse");, to be of >>> PaymentGatewayResponse, but its the GenericValue of PaymentGatewayRespMsg >>> but while putting it on the context we named it as >>> "paymentGatewayResponse". >>> >>> I have changed the savePaymentGatewayResponse, and will submit the patch, >>> but before submitting I would like to confirm this. >>> >>> >
