I'm using django-shop-paypal and when i want to checkout via paypal I get a message "invoice has already been paid". The plugin posts the order ID as unique-invoice-id like 17 or 18.
When I manually change the unique-invoice-id to something like 189674 in the form and post to Paypal the checkout will work correctly.
Does anyone know why a simple small unique number does not work?
Thanks