// FreeOrder is now "active"

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15584 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-05-21 19:26:43 +00:00
parent a3fc84b2e2
commit b63325917c
@@ -30,6 +30,7 @@
*/
class FreeOrder extends PaymentModule
{
public $active = 1;
}
class ParentOrderControllerCore extends FrontController