Oops; sorry forgot the # when copying. Mmm... I wonder if it will not give the same result a null string or a false string is the same for an URL isn'it ?
Jacques De : "BJ Freeman" <[EMAIL PROTECTED]> > actually suggested, since he put in the code to look for a blank parm > > #payment.paypal.notify=http://[yourServerName]/ecommerce/control/payPalNotify > payment.paypal.notify= > > Note the # Which is the equivalent of a remark > > [EMAIL PROTECTED] sent the following on 12/17/2007 12:31 PM: > > Author: jleroux > > Date: Mon Dec 17 12:31:47 2007 > > New Revision: 604986 > > > > URL: http://svn.apache.org/viewvc?rev=604986&view=rev > > Log: > > I guess it's better to put this one too (and 3 typos) > > > > 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=604986&r1=604985&r2=604986&view=diff > > ============================================================================== > > --- ofbiz/trunk/applications/accounting/config/payment.properties (original) > > +++ ofbiz/trunk/applications/accounting/config/payment.properties Mon Dec > > 17 12:31:47 2007 > > @@ -242,16 +242,16 @@ > > [EMAIL PROTECTED] > > > > # PayPal Notify URL > > -payment.paypal.notify=http://[yourServerName)/ecommerce/control/payPalNotify > > +payment.paypal.notify=http://[yourServerName]/ecommerce/control/payPalNotify > > > > # PayPal Return URL > > -payment.paypal.return=http://[yourServerName)/ecommerce/control/orderhistory > > +payment.paypal.return=http://[yourServerName]/ecommerce/control/orderhistory > > > > # PayPal Return On Cancel URL > > -payment.paypal.cancelReturn=http://[yourServerName)/ecommerce/control/payPalCancel/main > > +payment.paypal.cancelReturn=http://[yourServerName]/ecommerce/control/payPalCancel/main > > > > # Image To Use On PayPal > > -payment.paypal.image=http://demo.hotwaxmedia.com/images/ofbiz_logo.jpg > > +payment.paypal.image=http://[yourServerName]/images/ofbiz_logo.jpg > > > > # Thank-You / Confirm Order Template (rendered via Freemarker) > > payment.paypal.confirmTemplate=/order/emailconfirmation.ftl > > > > > > > > > > >
