Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. $productLists = [
  2.     [
  3.         'qty'   => 10,
  4.         'twg_code' => 'MCST22',
  5.     ],
  6.     [
  7.         'qty'   => 10,
  8.         'twg_code' => 'MCST23',
  9.     ],
  10. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement