sheena2994

Untitled

Oct 8th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the plans",
  4. "plans": [
  5. {
  6. "plan_id": "1",
  7. "name": "Basic",
  8. "price": "50",
  9. "currency": "$",
  10. "delivery": "2"
  11. },
  12. {
  13. "plan_id": "2",
  14. "name": "Pro",
  15. "price": "55",
  16. "currency": "$",
  17. "delivery": "5"
  18. }
  19. ]
  20. }
Add Comment
Please, Sign In to add comment