9.04 paypal refactor

2010-06-03 Thread BJ Freeman
I see the changes I made plus a little more in paypalevents.java. the svn has } else if (paymentStatus.equals(Pending)) { paymentPreference.set(statusId, PAYMENT_AUTHORIZED); I have } else if (paymentStatus.equals(Pending)) { paymentPreference.set(statusId,

Re: 9.04 paypal refactor

2010-06-03 Thread Jacques Le Roux
Makes sense at 1st glance indeed Jacques From: BJ Freeman bjf...@free-man.net I see the changes I made plus a little more in paypalevents.java. the svn has } else if (paymentStatus.equals(Pending)) { paymentPreference.set(statusId, PAYMENT_AUTHORIZED); I have } else if