snowplow-archive / codeigniter-paypal-ipn

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

Adding product decsription #22

Open BaljitKarwal opened 10 years ago

BaljitKarwal commented 10 years ago

Hi,

I want to pass product description so that it will be visible on paypal receipt email. Currently I am using $params to pass description. Its showing on paypal while paying but not on email received from paypal. How can I shwo information of products in email using this API??

Thanks Baljit