Advertisement
dewthossapol

quickpay digital generate

Aug 23rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "courses": [
  3.         {
  4.             "id": 1,
  5.             "title": "ครูออม",
  6.             "price": 1000,
  7.         }
  8.     ],
  9.     "course_bundles": [
  10.         {
  11.             "id": 1,
  12.             "title": "ครูออม bundle",
  13.             "price": 1000,
  14.         }
  15.     ],
  16.     "packages": [
  17.         {
  18.             "id": 1,
  19.             "title": "ครูออม simtest",
  20.             "price": 1000,
  21.         }
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement