Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "success": 1,
- "message": "Following are the plans",
- "plans": [
- {
- "plan_id": "1",
- "name": "Basic",
- "price": "50",
- "currency": "$",
- "delivery": "2"
- },
- {
- "plan_id": "2",
- "name": "Pro",
- "price": "55",
- "currency": "$",
- "delivery": "5"
- }
- ]
- }
Add Comment
Please, Sign In to add comment