| @@ -138,8 +138,8 @@ class BusinessController extends Controller | |||
| $gst = number_format(floatval($product->retail_price) * 1.06,2); | |||
| $total_monthly = 4132.94; | |||
| }else{ | |||
| $gst = number_format(floatval($product->retail_price) * 1.06,2); | |||
| $total_monthly = $gst; | |||
| $gst = 3708.94; | |||
| $total_monthly = 3708.94; | |||
| } | |||
| }else{ | |||
| $gst = number_format(floatval($product->retail_price) * 1.06,2); | |||
| @@ -387,8 +387,8 @@ class BusinessController extends Controller | |||
| $gst = number_format(floatval($product->retail_price) * 1.06,2); | |||
| $total_monthly = 4132.94; | |||
| }else{ | |||
| $gst = number_format(floatval($product->retail_price) * 1.06,2); | |||
| $total_monthly = $gst; | |||
| $gst = 3708.94; | |||
| $total_monthly = 3708.94; | |||
| } | |||
| } | |||
| else{ | |||