Author: jonesde
Date: Mon Sep 11 17:11:27 2006
New Revision: 442395
URL:
http://svn.apache.org/viewvc?view=rev&rev=442395Log:
Fixed bad service def
Modified:
incubator/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml
Modified: incubator/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml?view=diff&rev=442395&r1=442394&r2=442395==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Mon Sep 11 17:11:27 2006
@@ -197,7 +197,6 @@
<attribute name="stateProvinceGeoId" type="String" mode="IN" optional="true"/>
<attribute name="postalCode" type="String" mode="IN" optional="false"/>
<attribute name="countryGeoId" type="String" mode="IN" optional="false"/>
- <attribute name="stateProvinceGeoId" type="String" mode="IN" optional="false"/>
<attribute name="amount" type="Double" mode="IN" optional="false"/>
<attribute name="referenceCode" type="String" mode="IN" optional="true"/>
<attribute name="referenceNum" type="String" mode="OUT" optional="false"/>
@@ -218,7 +217,7 @@
</service>
<service name="retryFailedAuthNsfs" engine="java"
- location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="retryNsfFailedAuths" auth="true">
+ location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="retryFailedAuthNsfs" auth="true">
<description>(Batch) Retries failed authorizations due to NSF (Not Sufficient Funds); these are for auto-orders</description>
<!-- this service has no parameters IN or OUT -->
</service>