snowplow-archive / codeigniter-paypal-ipn

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

Fixed line item options #6

Closed markkasaboski closed 12 years ago

markkasaboski commented 12 years ago

Line item options will now store correctly according to their suffix #_# (option-number_item-number). Also, line item options are now stored in the ipn_order_items table instead of the ipn_orders table.

alexanderdean commented 12 years ago

Merging this - code looks good, big thanks to Clark for contributing this.