exempt nlp in tax

This commit is contained in:
franknstayn
2020-02-28 20:53:29 +08:00
parent 4610fb526b
commit f7b402fe7a

View File

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