// FreeOrder is now "active"

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