This is a java file change, hence you have to do 'ant build'. Then you do 'ant run'. This should be fine and will not override any of your catalogs and products.
As usual, first, do this in your development machine, and then you can apply the change to test and prod machine. -Aswath On Tue, Jul 20, 2010 at 1:26 PM, kaliagaurav <[email protected]>wrote: > > Hi Aswath > > I have applied this patch below > > > https://issues.apache.org/jira/browse/OFBIZ-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > > And I can confirm that those two lines are there in my code. But I have > not build it. Just a doubt if I do "ant build" the configuration I have > done will get over write or not. > > Because I have added few catalogs and products and created some stores > as well. > > Please suggest > > Thanks > > Gaurav > > On Tuesday 20 July 2010 10:56 AM, aswath narayana [via OFBiz] wrote: > > Hi Gaurav, > > You have to send the currency code parameter to paypal. > > Please verify if the patch is applied correctly. > > or you can hardcode like this temporarily in paypalevents.java - > > line:157, > > function: callPayPal. > > parameter.put("currency_code", "GBP"). > > > > Don't forget to do 'ant build'. > > > > good luck, > > -Aswath > > > > On Thu, Jul 15, 2010 at 7:35 PM, kaliagaurav <[hidden email] > > </user/SendEmail.jtp?type=node&node=2294946&i=0>>wrote: > > > > > > > > Hi Raj > > > > > > If I am not wrong "currencyuom" get configured in general.properties. I > > > have > > > changed > > > > > > currency.uom.id.default=USD > > > > > > to > > > > > > currency.uom.id.default=GBP > > > > > > Is there any other place where I need to configure this. > > > > > > Please suggest > > > > > > Regards > > > Gaurav > > > -- > > > View this message in context: > > > > > > http://ofbiz.135035.n4.nabble.com/PayPal-Currency-Issue-tp2287192p2290201.html > > < > http://ofbiz.135035.n4.nabble.com/PayPal-Currency-Issue-tp2287192p2290201.html?by-user=t > > > > > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > > > > > > > ------------------------------------------------------------------------ > > View message @ > > > http://ofbiz.135035.n4.nabble.com/PayPal-Currency-Issue-tp2287192p2294946.html > > > > To unsubscribe from Re: PayPal Currency Issue, click here > > < (link removed) =>. > > > > > > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/PayPal-Currency-Issue-tp2287192p2295074.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >
