Clicking "make payment" in checkout remains processing
This Error Reference applies to:
Any version.
This Error Reference is intended for:
Any audience.
Have you set up a mailhost for the site yet? If not, the default email notifications may be holding up your checkout.
If you run the instance in the foreground (/bin/instance fg), you may see an error like:
ComponentLookupError: (<InterfaceClass Products.PloneGetPaid.interfaces.INotificationMailTemplate>, <getpaid.core.order.Order object at 0xd4dcf6c>, 'customer-new-order') > /path/to/getpaid/parts/zope2/lib/python/zope/component/__init__.py(141)getAdapter() -> raise ComponentLookupError(object, interface, name)
If this is the case, all you need to do is either (a) set up mailhost (so your site can send emails) or (b) go to the GetPaid setup screen, enter the "email notification" screen, and deactivate the email notifications available.