Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-1938

Credit card capture error.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • Trunk
    • Trunk
    • accounting
    • None
    • FC 5, Postgres

    Description

      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

      Attachments

        Activity

          People

            bibryam Bilgin Ismet Ibryam
            rohit2006 Rohit Sureka
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: