Author: jleroux
Date: Sun Feb 13 12:54:39 2011
New Revision: 1070229
URL:
http://svn.apache.org/viewvc?rev=1070229&view=revLog:
Forgot this file in r1070193
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml?rev=1070229&r1=1070228&r2=1070229&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Sun Feb 13 12:54:39 2011
@@ -462,6 +462,13 @@ under the License.
<attribute name="paymentGatewayResponse" type="org.ofbiz.entity.GenericValue" mode="IN" optional="false"/>
</service>
+ <service name="savePaymentGatewayResponseAndMessages" engine="java"
+ location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="savePaymentGatewayResponseAndMessages" auth="false">
+ <description>Method to make sure PaymentGatewayResponse records get stored (uses XA wrapper on rollback)</description>
+ <attribute name="paymentGatewayResponse" type="org.ofbiz.entity.GenericValue" mode="IN" optional="false"/>
+ <attribute name="messages" type="List" mode="IN" optional="false"/>
+ </service>
+
<!-- Payment Gateway Interfaces -->
<service name="paymentProcessInterface" engine="interface" location="" invoke="">
<description>Generic Payment Processing Interface</description>