Guest User

Untitled

a guest
Jan 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. self::processItemGroup($itemGroup, $item);
  2.  
  3. self::processItemGroup($itemGroup, $item);
  4.  
  5. // Applying fix for PHP 7.2
  6. if (!is_array($itemGroup) && empty($itemGroup)) {
  7. $itemGroup = array();
  8. }
  9.  
  10. $freeMethodWeight = $totals->getFreeMethodWeight();
  11.  
  12. // Applying fix for PHP 7.2
  13. if (!is_array($itemGroup) && empty($itemGroup)) {
  14. $itemGroup = array();
  15. }
  16.  
  17. self::processItemGroup($itemGroup, $item);
  18.  
  19. return true;
Add Comment
Please, Sign In to add comment