@@ -29,6 +29,8 @@ class CgController extends Controller
}
$order->remainDebtPrice = 0;
$order->save();
+ $cg->remainDebtPrice = 0;
+ $cg->save();