pichaya_om

LINE : Course Payment

May 16th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.91 KB | None | 0 0
  1. Course Payment
  2.  
  3. course {
  4. ------------------ general details -------------------------
  5.     type: 'course' // 'course_bundle',
  6.     is_recurring_open: True/False
  7.     title: 'TOEIC',
  8.     slug: 'toeic', <-- new
  9.     description: 'desc',
  10.     mega_cover_image: '/media/covers/mega_cover_image.png',
  11.     cover_image: '/media/covers/cover_image.png',
  12. ------------------ payment details -------------------------
  13.     payment_ads_image_path: '/media/image.png',
  14.     payment_ads_description: 'desc',
  15.     payment_benefit_title: 'title',
  16.     payment_benefit_list: [],
  17.     days_limit: 10,
  18.     end_date: Date,
  19.     total_course_price: 2000, (สำหรับบันเดิ้ล)
  20.     dummy_price: 4000,
  21.     price: 1500,
  22.     refund_days: 3, <-- new
  23. }
  24.  
  25.  
  26.  
  27. ----------------- payment form/logic -------------------------
  28. payment_step: 1
  29. order_id: {}  <-- new
  30. payment_student_info: {},  <-- new
  31. payment_channel: 0 <-- nw
  32.  
  33. bank_accounts: []
  34. benefits []
  35. provinces []
Advertisement
Add Comment
Please, Sign In to add comment