commit r1033717 breaks authorize.net processing.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

commit r1033717 breaks authorize.net processing.

rohit
hi,

i updated my code to the latest version and the commit r1033717 breaks the authorize payment process. i am not sure if we are expected to make any changes to 'authorize dot net' config settings, but if we need to do any changes they are not mentioned in the commit.

the problem that i am facing after updating my code to the commit r1033717 is as follows:

1) credit card are properly authorized, but the authorization status is not properly saved in the database. for eg. if the credit card was authorized for $10, in ofbiz is shows only 0. it happens the same for any amount used in authorization.

2) in the reference number field, instead of the of reference number, the ofbiz order number is shown.

3) in the 'Gateway Cv Result' field the reference number is showing instead to the CV result.

i assume that the problem is with the storing of the response from authorize dot net into the ofbiz database. the authorization is however successful as we get a confirmation from authorize.net with the correct amount and other details.

Thanks,

Rohit