added user for tax exemption

This commit is contained in:
franknstayn
2020-01-25 04:45:58 -06:00
parent ef81f0bf25
commit dd26b1dd4b

View File

@@ -112,7 +112,7 @@ class PaypalController extends Controller {
// $order_subtotal = $updated_getSubtotal[0]->Subtotal;
$order_grandtotal = $updated_getSubtotal[0]->Subtotal;
if($grouped_item[0]->StoreId == 76 || $grouped_item[0]->StoreId == 78){
if($grouped_item[0]->StoreId == 76 || $grouped_item[0]->StoreId == 78 || $grouped_item[0]->StoreId == 111){
$tax_value = 0;
}else{
$tax_value = 0.10;