Author: hansbak
Date: Mon Jan 31 07:50:09 2011
New Revision: 1065502
URL:
http://svn.apache.org/viewvc?rev=1065502&view=revLog:
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;
}