You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/06/29 09:17:13 UTC

[ofbiz-plugins] branch trunk updated: Fixed: Adding new plugin for integration of First Data payment gateway with Apache OFBiz. (OFBIZ-11837)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d5a2fe0  Fixed: Adding new plugin for integration of First Data payment gateway with Apache OFBiz. (OFBIZ-11837)
d5a2fe0 is described below

commit d5a2fe069609d21ecc257c9fc848238a0767c7a0
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Jun 29 11:17:07 2020 +0200

    Fixed: Adding new plugin for integration of First Data payment gateway with Apache OFBiz. (OFBIZ-11837)
    
    Comments out FirstDataDemoData.xml loading because it makes fail
    auto-accounting-transaction-tests-sales
    
    Thanks: Pritam Kute for the lead on data error
---
 firstdatapaymentgateway/ofbiz-component.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firstdatapaymentgateway/ofbiz-component.xml b/firstdatapaymentgateway/ofbiz-component.xml
index 10cec1a..bc1198f 100644
--- a/firstdatapaymentgateway/ofbiz-component.xml
+++ b/firstdatapaymentgateway/ofbiz-component.xml
@@ -32,7 +32,7 @@ under the License.
     <entity-resource type="data" reader-name="seed" loader="main" location="data/FirstDataTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/FirstDataSecurityPermissionSeedData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/FirstDataSecurityGroupDemoData.xml"/>
-    <entity-resource type="data" reader-name="demo" loader="main" location="data/FirstDataDemoData.xml"/>
+    <!-- <entity-resource type="data" reader-name="demo" loader="main" location="data/FirstDataDemoData.xml"/> -->
 
     <!-- service resources: model(s), eca(s) and group definitions -->
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>