Commerce used to have a bad payment example module that just asked for your name.
However, Commerce 1.9 has the dummy credit card payment form instead, copied directly from Kickstart.
This means that we can delete our custom module and use the Commerce one instead.
Comments
Comment #1
lsolesen commentedI have created a Behat test that shows whether we are able to do this cleanly https://github.com/commerceguys/commerce_kickstart/pull/13.
And we are (I already tried disabling commerce kickstart payment and enabling the other one). I will try to make a pull request for that also shortly.
Comment #2
lsolesen commentedhttps://github.com/commerceguys/commerce_kickstart/pull/14
Comment #3
bojanz commentedWoohoo!