[jira] Created: (OFBIZ-4029) commit r1033717 breaks authorize.net processing.

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

[jira] Created: (OFBIZ-4029) commit r1033717 breaks authorize.net processing.

Nicolas Malin (Jira)
commit r1033717 breaks authorize.net processing.
------------------------------------------------

                 Key: OFBIZ-4029
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4029
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: SVN trunk
         Environment: linux, postgres
            Reporter: Rohit Sureka
            Priority: Blocker


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

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-4029) commit r1033717 breaks authorize.net processing.

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Zeneski reassigned OFBIZ-4029:
-------------------------------------

    Assignee: Andrew Zeneski

> commit r1033717 breaks authorize.net processing.
> ------------------------------------------------
>
>                 Key: OFBIZ-4029
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4029
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: linux, postgres
>            Reporter: Rohit Sureka
>            Assignee: Andrew Zeneski
>            Priority: Blocker
>
> 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

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Resolved: (OFBIZ-4029) commit r1033717 breaks authorize.net processing.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Zeneski resolved OFBIZ-4029.
-----------------------------------

    Resolution: Fixed

This should be resolved in the trunk revision #1038317.
Please confirm that this is resolved for you.

> commit r1033717 breaks authorize.net processing.
> ------------------------------------------------
>
>                 Key: OFBIZ-4029
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4029
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: linux, postgres
>            Reporter: Rohit Sureka
>            Assignee: Andrew Zeneski
>            Priority: Blocker
>
> 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

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

Re: [jira] Resolved: (OFBIZ-4029) commit r1033717 breaks authorize.net processing.

rohit
hi Andrew,

I have used the patch provided you and the processing is working fine now.

I guess the jira issue may now be closed.

Thanks

Rohit
Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-4029) commit r1033717 breaks authorize.net processing.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4029.
----------------------------------


Close on Rohit's demand

> commit r1033717 breaks authorize.net processing.
> ------------------------------------------------
>
>                 Key: OFBIZ-4029
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4029
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: linux, postgres
>            Reporter: Rohit Sureka
>            Assignee: Andrew Zeneski
>            Priority: Blocker
>
> 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

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.