Replace status with active in tables
This commit is contained in:
@@ -63,7 +63,7 @@ class Controller_Checkout extends Controller_TemplateDefault {
|
||||
|
||||
if (! $test_id) {
|
||||
$cno->checkout_id = $co->id;
|
||||
$cno->status = 1;
|
||||
$cno->active = 1;
|
||||
$cno->data = Request::current()->post();
|
||||
$cno->save();
|
||||
|
||||
|
Reference in New Issue
Block a user