svn commit: r1065502 - in /ofbiz/trunk/applications: accounting/config/AccountingUiLabels.xml order/webapp/ordermgr/WEB-INF/actions/entry/CheckoutPayment.groovy

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

svn commit: r1065502 - in /ofbiz/trunk/applications: accounting/config/AccountingUiLabels.xml order/webapp/ordermgr/WEB-INF/actions/entry/CheckoutPayment.groovy

hansbak-2
Author: hansbak
Date: Mon Jan 31 07:50:09 2011
New Revision: 1065502

URL: http://svn.apache.org/viewvc?rev=1065502&view=rev
Log:
small corrections on the ideal payment gateway

Modified:
    ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/CheckoutPayment.groovy

Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=1065502&r1=1065501&r2=1065502&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Mon Jan 31 07:50:09 2011
@@ -17206,8 +17206,10 @@
         <value xml:lang="en">Payment receive via iDEAL</value>
         <value xml:lang="hi_IN">भुगतान iDEAL के माध्यम से प्राप्त</value>
         <value xml:lang="it">Pagamento ricevuto da iDEAL</value>
+        <value xml:lang="nl">Betalingsontvangst via iDEAL</value>
     </property>
     <property key="IdealSuccessFull">
-        <value xml:lang="en">The transaction has been successfully.</value>
+        <value xml:lang="en">The transaction has been successfull.</value>
+        <value xml:lang="nl">De betaling is met succes ontvangen.</value>
     </property>
 </resource>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/CheckoutPayment.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/CheckoutPayment.groovy?rev=1065502&r1=1065501&r2=1065502&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/CheckoutPayment.groovy (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/CheckoutPayment.groovy Mon Jan 31 07:50:09 2011
@@ -70,7 +70,7 @@ while (productStorePaymentSettingIter.ha
 }
 
 if (checkIdealPayment) {
-    issuerList = org.ofbiz.accounting.thirdparty.ideal.IdealEvents.IdealEvents.getIssuerList();
+    issuerList = org.ofbiz.accounting.thirdparty.ideal.IdealEvents.getIssuerList();
     if (issuerList) {
         context.issuerList = issuerList;
     }