Yes, this happens when you re-use the same invoice # with paypal. There are several ways around it, the easiest is to just increase your order # to something arbitrarily higher. You can do that in Postgresql by adjusting the order sequence, or in mysql/sqlite by just updating the highest order id in the DB to something else. The next order generated will then use the following number as its Order ID.
On Thu, Dec 2, 2010 at 7:25 AM, jc <[email protected]> wrote: > Hi, > > I am setting up a Satchmo store and testing PayPal via it's Sandbox. > Yesterday the items I added to cart and checkout via PayPal went > smoothly. Today, I am getting this PayPal error on all of the products > I add for for checkout. > > "This invoice has already been paid. For more information, please > contact the merchant." > > Does anyone know where my problem might be at? This is odd, but I'd > like to fix it as soon as possible. > > Thanks, > J. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- Bruce Kroeze http://www.ecomsmith.com It's time to hammer your site into shape. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
