Commit f5ff99d6b2366b368face5007d8f498175d40f9f

Authored by Aaron France
1 parent 52ad34fd

Fixed JSON description of system hook

Fixed JSON description of system hook to accurately describe what is actually being sent.
Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/views/admin/hooks/_data_ex.html.erb
... ... @@ -28,8 +28,8 @@
28 28 "project_id": 74,
29 29 "project_name": "StoreCloud",
30 30 "project_path": "storecloud",
31   - "owner_email": "johnsmith@gmail.com",
32   - "owner_name": "John Smith",
  31 + "user_email": "johnsmith@gmail.com",
  32 + "user_name": "John Smith",
33 33 }
34 34  
35 35 4. Team Member Removed:
... ... @@ -40,8 +40,8 @@
40 40 "project_id": 74,
41 41 "project_name": "StoreCloud",
42 42 "project_path": "storecloud",
43   - "owner_email": "johnsmith@gmail.com",
44   - "owner_name": "John Smith",
  43 + "user_email": "johnsmith@gmail.com",
  44 + "user_name": "John Smith",
45 45 }
46 46  
47 47 5. User created:
... ...