Update lists

This commit is contained in:
David Bomba 2022-07-27 16:45:58 +10:00
parent 6df802509b
commit cef753bbd0
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class BlackListRule implements Rule
'candassociates.com',
'vusra.com',
'fourthgenet.com',
'arxxwalls.com'
];
/**

View File

@ -63,6 +63,10 @@ trait CleanLineItems
if (! array_key_exists('type_id', $item)) {
$item['type_id'] = '1';
}
// if($item['type_id'] == '2'){
// str_replace()
// }
}
if (array_key_exists('id', $item)) {