update 11_4_2019

This commit is contained in:
Frank John Begornia
2019-11-04 17:21:09 +08:00
parent 2680ddc5bd
commit eef4d27944
10 changed files with 58 additions and 35 deletions

View File

@@ -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;