snowplow-archive / codeigniter-paypal-ipn

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

Added item_number to line item query parameters #17

Closed brwnll closed 11 years ago

brwnll commented 11 years ago

PayPal IPN groups items by item_number, so it is possible to have multiple line items with the same name within a single order.

alexanderdean commented 11 years ago

Many thanks! Merging.