views:

2088

answers:

3

I need some guidance related to Paypal Integration. Its not similar to regular cart. After checkout, the site offers a form for payment option, either its paypal or some other payment process. The form directs to controller after submit. A array exists which contains all items value, from here on how can I proceed to paypal site.

How can I do this?

+2  A: 

There is an existing library for integration with Paypal using CodeIgniter:

http://codeigniter.com/wiki/PayPal_Lib/

Ryan Schumacher
Has this library worked well for you?
bchang
I have not used the library, but it is small enough to read through and understand the functionality.
Ryan Schumacher
A: 

thank you for the resources

Dinesh