Advertisement
nubooya

Untitled

Nov 15th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. "message": "cart-list",
  3. "data": {
  4. "catalogs": [
  5. {
  6. "id": "dd51ffb2-5302-11ea-b6cc-87ba0e195354",
  7. "title": "Laskar Pelangi",
  8. "imageUrl": "cover Buku",
  9. "price": 79000,
  10. "qty": 10,
  11. "total": 790000
  12. },
  13. {
  14. "id": "dd51ffb2-5302-11ea-b6cc-87ba0e195354",
  15. "title": "Laskar Pelangi",
  16. "imageUrl": "cover Buku",
  17. "price": 79000,
  18. "qty": 10,
  19. "total": 790000
  20. }
  21. ],
  22. "summary": {
  23. "total_price": 1580000,
  24. "total_catalog": 2,
  25. "total_copy": 20
  26. }
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement