updated checkout
This commit is contained in:
@@ -175,7 +175,7 @@ class PaypalController extends Controller
|
|||||||
$store_array = $m->selectTeamStore('Id', $grouped_item[0]->StoreId);
|
$store_array = $m->selectTeamStore('Id', $grouped_item[0]->StoreId);
|
||||||
|
|
||||||
|
|
||||||
$shippingFee = $this->getShippingFee($cartKey);
|
$shippingFee = $this->getShippingFee($cartKey, $store_array);
|
||||||
|
|
||||||
$tax = $this->getTax($cartKey)['tax'];
|
$tax = $this->getTax($cartKey)['tax'];
|
||||||
$order_grandtotal = $this->getTax($cartKey)['order_grandtotal'];
|
$order_grandtotal = $this->getTax($cartKey)['order_grandtotal'];
|
||||||
|
|||||||
Reference in New Issue
Block a user