updated checkout

This commit is contained in:
Frank John Begornia
2023-09-26 22:23:38 +08:00
parent 0c42b21966
commit ac11e91421

View File

@@ -175,7 +175,7 @@ class PaypalController extends Controller
$store_array = $m->selectTeamStore('Id', $grouped_item[0]->StoreId);
$shippingFee = $this->getShippingFee($cartKey);
$shippingFee = $this->getShippingFee($cartKey, $store_array);
$tax = $this->getTax($cartKey)['tax'];
$order_grandtotal = $this->getTax($cartKey)['order_grandtotal'];