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 2007/12/19 16:20:09 UTC

svn commit: r605575 - /ofbiz/trunk/applications/accounting/config/payment.properties

Author: jleroux
Date: Wed Dec 19 07:20:06 2007
New Revision: 605575

URL: http://svn.apache.org/viewvc?rev=605575&view=rev
Log:
Changed a couple of thing while looking for "configname=" BJ asked for, did not find anything related (I don't know anything about PayPal configuration I should say)

Modified:
    ofbiz/trunk/applications/accounting/config/payment.properties

Modified: ofbiz/trunk/applications/accounting/config/payment.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/payment.properties?rev=605575&r1=605574&r2=605575&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/payment.properties (original)
+++ ofbiz/trunk/applications/accounting/config/payment.properties Wed Dec 19 07:20:06 2007
@@ -239,7 +239,8 @@
 ############################################
 
 # PayPal E-Mail address
-payment.paypal.business=vote@ofbiz.org
+#payment.paypal.business=vote@ofbiz.org
+payment.paypal.business=vote@[yourServerName]
 
 # PayPal Notify URL
 payment.paypal.notify=http://[yourServerName]/ecommerce/control/payPalNotify
@@ -251,7 +252,8 @@
 payment.paypal.cancelReturn=http://[yourServerName]/ecommerce/control/payPalCancel/main
 
 # Image To Use On PayPal
-payment.paypal.image=http://[yourServerName]/images/ofbiz_logo.jpg
+#payment.paypal.image=http://[yourServerName]/images/ofbiz_logo.jpg
+payment.paypal.image=http://[yourServerName]/images/[your_logo].jpg
 
 # Thank-You / Confirm Order Template (rendered via Freemarker)
 payment.paypal.confirmTemplate=/order/emailconfirmation.ftl