// FreeOrder is now "active"

This commit is contained in:
dMetzger
2012-05-21 19:26:43 +00:00
parent 1a3cf40003
commit 95d622172d
@@ -30,6 +30,7 @@
*/
class FreeOrder extends PaymentModule
{
public $active = 1;
}
class ParentOrderControllerCore extends FrontController