I've been writing an online shop for a charity,using django and I
stumbled upon django-paypal as it seems to be the best method of
handling ipn/pdt messages. I noticed in the docs and the code that
the models only seem to cover basic buy it now 1 item transactions for
purchases. I am going to want to upload a whole shopping cart to
paypal and receive notifications, is it possible with django-paypal,
as the models don't seem to support multple items.
Regards
Simon