update 11_4_2019
This commit is contained in:
@@ -114,7 +114,7 @@ class PaypalController extends Controller {
|
||||
|
||||
// $tax_value = 0.10;
|
||||
|
||||
if($grouped_item[0]->StoreId == 76){
|
||||
if($grouped_item[0]->StoreId == 76 || $grouped_item[0]->StoreId == 78){
|
||||
$tax_value = 0;
|
||||
}else{
|
||||
$tax_value = 0.10;
|
||||
|
||||
Reference in New Issue
Block a user