Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $ret2 = $domobj->listOrder(
  2. $_s['u'], # userName
  3. $_s['p'], # password
  4. $_s['r'], # role
  5. $_s['l'], # langpref
  6. $_s['i'], # parentid
  7. $null, # orderId[]
  8. $null, # resellerId[]
  9. array($ret['customerid']), # customerId[]
  10. 'true', # showChildOrders
  11. $null, # classKey[]
  12. $null, # currentStatus[]
  13. '', # description
  14. $null, # ns[]
  15. '', # contactName
  16. '', # contactCompanyName
  17. '', # creationDTRangStart
  18. '', # creationDTRangEnd
  19. '', # endTimeRangStart
  20. '', # endTimeRangEnd
  21. 10, # numOfRecordPerPage
  22. 0, # pageNum
  23. $null # orderBy[]
  24. );
Add Comment
Please, Sign In to add comment