Advertisement
Guest User

Untitled

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