update shipping fee

This commit is contained in:
franknstayn
2022-08-18 20:52:34 +08:00
parent 384cdb1816
commit 8a0e4763be
3 changed files with 4 additions and 4 deletions

View File

@@ -383,7 +383,7 @@ class PaypalController extends Controller
$shippingFee = $CAShippingfee;
}
if ($getSubtotal[0]->Subtotal >= 99 && $countryCode != "CA") {
if ($getSubtotal[0]->Subtotal >= 149 && $countryCode != "CA") {
return $shippingFee = 0;
}