snowplow-archive / codeigniter-paypal-ipn

A CodeIgniter library for working with the PayPal IPN (Instant Payment Notification) service
111 stars 34 forks source link

Where it generates paypal button or form ? #13

Closed savsoft closed 12 years ago

savsoft commented 12 years ago

Hi,

I have some confusion that is it also generate paypal buy now button or form? if yes, then how it get the ipn value (return url) and other field like item name, amount etc ?

Thanks, B. Singh

alexanderdean commented 12 years ago

Hi, no this library doesn't generate PayPal buttons or forms:

This library focuses on the “post-payment” workflow, i.e. the processing required once the payment has been made and PayPal has posted an Instant Payment Notification call to the IPN listener (aka your CodeIgniter IPN controller). All pre-payment functionality (e.g. posting the checkout information to PayPal) and custom post-payment workflow (e.g. sending emails) is left as an exercise to the reader.

Closing this ticket as I have no plan to add this functionality.