updated canada shipping fee

This commit is contained in:
franknstayn
2022-01-15 00:16:47 +08:00
parent f4382ad9eb
commit 48a272e21d
2 changed files with 12 additions and 12 deletions

View File

@@ -355,7 +355,7 @@ class PaypalController extends Controller
$countryCode = "";
if (count($array_address_book) > 0) {
$countryCode = $array_address_book[0]->CountryCode;
$CAShippingfee = ceil($CAShippingfee / 2) * 30;
$CAShippingfee = ceil($CAShippingfee / 2) * 50;
}
$getSmallItemQty = ceil($getSmallItemQty / 3) * 8;