[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Paypal API payments



On Fri, Jul 11, 2008 at 9:56 AM, Paul Wrightson <..hidden..> wrote:
> Thanks, Chris.
> I will check it out. It looks like a copy of the SL perl library modules
> in the SL directory - correct?

There is a copy of those there.  I would suggest against using it in
production until porting over to LSMB due to sql injection issues.

What needs to be done to make it work with LSMB is:

1) move it over to the LedgerSMB libraries (easy since the API didn't
change substantially).
2) convert the templates ([% %] need to be converted to <?lsmb and ?>).

I just haven't had the time to do both of these.

What the scripts do though is create an SL sales order, which is then
paid via paypal.  It also can integrate with UPS for shipping amounts.

Hope tis helps,
Chris Travers