|
|
@@ -108,7 +108,7 @@ class BusinessController extends Controller |
|
|
|
$promo_st = ''; |
|
|
|
|
|
|
|
$voice = "No"; |
|
|
|
if($request->has('voice')){ |
|
|
|
if($request->voice == "Yes"){ |
|
|
|
$voice = $request->voice; |
|
|
|
$voice_price = 20; |
|
|
|
}else { |
|
|
@@ -357,14 +357,14 @@ class BusinessController extends Controller |
|
|
|
$promo_st = ''; |
|
|
|
|
|
|
|
$voice = "No"; |
|
|
|
if($request->has('voice')){ |
|
|
|
if($request->voice == "Yes"){ |
|
|
|
$voice = $request->voice; |
|
|
|
$voice_price = 20; |
|
|
|
}else { |
|
|
|
$voice = "No"; |
|
|
|
$voice_price = 0; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$ip_fee = 0; $ip_tax = 0; |
|
|
|
if ($request->ip == "1 Fixed IP RM200/1P/Month") { |
|
|
|
$ip_fee = 200 ; |