[jira] Created: (OFBIZ-1938) Credit card capture error.

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

[jira] Created: (OFBIZ-1938) Credit card capture error.

Nicolas Malin (Jira)
Credit card capture error.
--------------------------

                 Key: OFBIZ-1938
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1938
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: SVN trunk
         Environment: FC 5, Postgres
            Reporter: Rohit Sureka
            Priority: Critical


Hi,

There are errors in the files:

ViewGatewayResponse.groovy
CaptureTransaction.groovy

Credit card capture fails in the current SVN due to these two files:

In ViewGatewayResponse.groovy, ''EntityCondition'' class in not included i inserted the following line ot correct the error import org.ofbiz.entity.condition.EntityCondition;

In CaptureTransaction.groovy, Firstly, ''EntityCondition'' class in not included i inserted the following line ot correct the error import org.ofbiz.entity.condition.EntityCondition;
                                                       Secondly, there is spelling mistake in the lines, which at present is as follows:

if (orderPaymentPrefrence) {
    context.paymentTypeId = "CUSTOMER_PAYMENT";


whereas it should be as:

if (orderPaymentPreference) {
    context.paymentTypeId = "CUSTOMER_PAYMENT";

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-1938) Credit card capture error.

Nicolas Malin (Jira)

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

Bilgin Ibryam reassigned OFBIZ-1938:
------------------------------------

    Assignee: Bilgin Ibryam

> Credit card capture error.
> --------------------------
>
>                 Key: OFBIZ-1938
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1938
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: FC 5, Postgres
>            Reporter: Rohit Sureka
>            Assignee: Bilgin Ibryam
>            Priority: Critical
>
> Hi,
> There are errors in the files:
> ViewGatewayResponse.groovy
> CaptureTransaction.groovy
> Credit card capture fails in the current SVN due to these two files:
> In ViewGatewayResponse.groovy, ''EntityCondition'' class in not included i inserted the following line ot correct the error import org.ofbiz.entity.condition.EntityCondition;
> In CaptureTransaction.groovy, Firstly, ''EntityCondition'' class in not included i inserted the following line ot correct the error import org.ofbiz.entity.condition.EntityCondition;
>                                                        Secondly, there is spelling mistake in the lines, which at present is as follows:
> if (orderPaymentPrefrence) {
>     context.paymentTypeId = "CUSTOMER_PAYMENT";
> whereas it should be as:
> if (orderPaymentPreference) {
>     context.paymentTypeId = "CUSTOMER_PAYMENT";
> 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] Closed: (OFBIZ-1938) Credit card capture error.

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

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

Bilgin Ibryam closed OFBIZ-1938.
--------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks Rohit.
Your fix is in trunk rev 690158.

> Credit card capture error.
> --------------------------
>
>                 Key: OFBIZ-1938
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1938
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: FC 5, Postgres
>            Reporter: Rohit Sureka
>            Assignee: Bilgin Ibryam
>            Priority: Critical
>             Fix For: SVN trunk
>
>
> Hi,
> There are errors in the files:
> ViewGatewayResponse.groovy
> CaptureTransaction.groovy
> Credit card capture fails in the current SVN due to these two files:
> In ViewGatewayResponse.groovy, ''EntityCondition'' class in not included i inserted the following line ot correct the error import org.ofbiz.entity.condition.EntityCondition;
> In CaptureTransaction.groovy, Firstly, ''EntityCondition'' class in not included i inserted the following line ot correct the error import org.ofbiz.entity.condition.EntityCondition;
>                                                        Secondly, there is spelling mistake in the lines, which at present is as follows:
> if (orderPaymentPrefrence) {
>     context.paymentTypeId = "CUSTOMER_PAYMENT";
> whereas it should be as:
> if (orderPaymentPreference) {
>     context.paymentTypeId = "CUSTOMER_PAYMENT";
> Rohit

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