소스 검색

update order change process

Tokumeikoi 5 년 전
부모
커밋
2b69e83132
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Http/Controllers/User/OrderController.php

+ 1 - 0
app/Http/Controllers/User/OrderController.php

@@ -75,6 +75,7 @@ class OrderController extends Controller
     private function getSurplusValue(User $user)
     private function getSurplusValue(User $user)
     {
     {
         $plan = Plan::find($user->plan_id);
         $plan = Plan::find($user->plan_id);
+        $dayPrice = 0;
         if ($plan->month_price) {
         if ($plan->month_price) {
             $dayPrice = $plan->month_price / 30;
             $dayPrice = $plan->month_price / 30;
         } else if ($plan->quarter_price) {
         } else if ($plan->quarter_price) {