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

lsolesen’s picture

I 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.

lsolesen’s picture

bojanz’s picture

Status: Needs review » Fixed

Woohoo!

  • Commit 6536fcb on 7.x-2.x by bojanz:
    Merge pull request #14 from lsolesen/remove-kickstart-example-payment...
  • Commit e1d3c50 on 7.x-2.x by lsolesen:
    Issue #2229369 by bojanz: Replace commerce_kickstart_payment with...

  • Commit 13033e0 on 7.x-2.x by lsolesen:
    Issue #2229369 by bojanz: Replace payment method to...
  • Commit 5a5346b on 7.x-2.x by bojanz:
    Merge pull request #17 from lsolesen/followup
    
    Issue #2229369 by bojanz...
  • Commit c28f510 on 7.x-2.x by lsolesen:
    Issue #2229369 by bojanz: Replace payment method to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.