Does GetPaid work with Plone 3?

Does GetPaid work with Plone 3.0.x and/or Zope 2.10.x?

« Back to Table of Contents

Updated December 2, 2007

Yes! The 3.0 compatibility is in the main trunk of the product. If you are using buildout, you just need to use a separate command for building the Plone 3 instance. After getting the buildout, just run:

./bin/buildout -c 30.cfg

There are now more unit tests of getpaid.core and other getpaid.* packages, and there is a test runner script available
which can run the tests. To run all the getpaid.core tests, and for getpaid.io, use:

./bin/test -s getpaid.core

These tests all run very fast, as they don't need a Plone instance.