Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ["id"]=>
  2. array(1) {
  3. [0]=>
  4. string(2) "20"
  5. }
  6.  
  7. ["name"]=>
  8. array(1) {
  9. [0]=>
  10. string(9) "Krzysztof"
  11. }
  12.  
  13. ["surname"]=>
  14. array(1) {
  15. [0]=>
  16. string(5) "Nowak"
  17. }
  18.  
  19. ["price"]=>
  20. array(1) {
  21. [0]=>
  22. string(3) "157"
  23. }
  24.  
  25. ["currency"]=>
  26. array(1) {
  27. [0]=>
  28. string(3) "PLN"
  29. }
  30.  
  31. ["cart"]=>
  32. array(1) {
  33. [0]=>
  34. object(stdClass)#22 (2) {
  35. ["quantity"]=>
  36. array(2) {
  37. [0]=>
  38. string(1) "1"
  39. [1]=>
  40. string(1) "1"
  41. }
  42. ["product_name"]=>
  43. array(2) {
  44. [0]=>
  45. string(8) "pordukt1"
  46. [1]=>
  47. string(8) "produkt2"
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement