Advertisement
Guest User

Untitled

a guest
Aug 11th, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.88 KB | None | 0 0
  1. {
  2. "taskid": "7577",
  3. "title": "Paypal settings options",
  4. "description": "Coach needs to be able to pick between Paypal or Clickbank as the payment backend (and later, Stripe)\n\u00a0\nPAYMENT_BACKEND (Clickbank \/ Paypal \/ Stripe)\n\u00a0\nFor PayPal, the following settings are needed:\nPAYPAL_RECEIVER_EMAILEncrypted forms (Boolean) - If True then use\u00a0PayPalEncryptedPaymentsForm instead of PayPalPaymentsFormPAYPAL_CERT (File) - Coach downloads it from PayPal and needs to upload it to their instancePAYPAL_CERT_ID - Coach gets it from PayPal\nFabric script should also generate public and private keys:\nopenssl genrsa -out paypal.pem 1024\nopenssl req -new -key paypal.pem -x509 -days 3650 -out pubpaypal.pem\n\nand the following added to the settings file (Coach shouldn't need to change these):\nPAYPAL_PRIVATE_CERT = '\/path\/to\/paypal.pem'PAYPAL_PUBLIC_CERT = '\/path\/to\/pubpaypal.pem' - Coach needs to be able to download this cert from settings page to add it to their PayPal.\nDetails are from here, and how SoheeFit instance is configured -\u00a0[django-paypal.readthedocs.org\/en\/stable\/standard\/encrypted_buttons.html](https:\/\/django-paypal.readthedocs.org\/en\/stable\/standard\/encrypted_buttons.html)",
  5. "type": "Feature request",
  6. "assignee": "matthewsar",
  7. "subtasks": "0",
  8. "subtaskscomplete": "0",
  9. "color": "#34a97b",
  10. "priority": "Average",
  11. "size": null,
  12. "deadline": null,
  13. "deadlineoriginalformat": null,
  14. "extlink": "",
  15. "tags": null,
  16. "leadtime": 119,
  17. "blocked": "0",
  18. "blockedreason": null,
  19. "columnname": "To Verify",
  20. "lanename": "Apotheo",
  21. "subtaskdetails": [],
  22. "columnid": "progress_1213",
  23. "laneid": "652",
  24. "position": "3",
  25. "columnpath": "To Verify",
  26. "loggedtime": 27.1,
  27. "customfields": [],
  28. "historydetails": [
  29. {
  30. "eventtype": "Updates",
  31. "historyevent": "Assignee changed",
  32. "details": "New assignee: matthewsar",
  33. "author": "aboltachev",
  34. "entrydate": "2015-07-06 10:43:18",
  35. "historyid": "77236"
  36. },
  37. {
  38. "eventtype": "Transitions",
  39. "historyevent": "Task moved",
  40. "details": "From 'In Progress' to 'To Verify'",
  41. "author": "jwisniowski",
  42. "entrydate": "2015-06-03 12:14:00",
  43. "historyid": "70756"
  44. },
  45. {
  46. "eventtype": "Comments",
  47. "historyevent": "Comment added",
  48. "details": "Task 7577\nHi. Fabric script must install keys for PayPal Encrypted forms. I have tested it using Vagrant\/VirtualBox virtual machine. While generation of the second key user would be asked for all the parameters (like country, address, company name etc) which all may be leaven as default (i.e. it wouldn't prevent it from working). In \/settings\/ area you might find all required PayPal settings, as long as key downloading link.\n\n\nNote that apotheo.acoach.dev2.milosolutions.com demo instance may be down. There's some maintenance going on, and optimistic date for it going back it tomorrow\n\n\nAlso note that git repo is okay (only instance is down)\n\n\n(Sorry for repitition)\n",
  49. "author": "aboltachev",
  50. "entrydate": "2015-06-02 15:51:57",
  51. "historyid": "70490"
  52. },
  53. {
  54. "eventtype": "Updates",
  55. "historyevent": "Worklog updated",
  56. "details": "2.6 hours logged for task #7577 (Paypal settings options) . Comment: testing\/debugging fabric script (Time logged at 2015-06-01 15:11:02 )",
  57. "author": "aboltachev",
  58. "entrydate": "2015-06-01 15:11:02",
  59. "historyid": "70206"
  60. },
  61. {
  62. "eventtype": "Updates",
  63. "historyevent": "Worklog updated",
  64. "details": " setting up vagrant and testing virtualbox stuff (Time logged at 2015-05-31 00:55:23 )",
  65. "author": "aboltachev",
  66. "entrydate": "2015-05-31 02:55:23",
  67. "historyid": "69958"
  68. },
  69. {
  70. "eventtype": "Updates",
  71. "historyevent": "Worklog updated",
  72. "details": " discussions",
  73. "author": "aboltachev",
  74. "entrydate": "2015-05-26 20:22:53",
  75. "historyid": "69267"
  76. },
  77. {
  78. "eventtype": "Updates",
  79. "historyevent": "Worklog updated",
  80. "details": " ",
  81. "author": "aboltachev",
  82. "entrydate": "2015-05-25 19:06:04",
  83. "historyid": "68747"
  84. },
  85. {
  86. "eventtype": "Comments",
  87. "historyevent": "Comment added",
  88. "details": "Hi therePayPal Encrypted forms-related settings are deployed there (at "Payments, Health Trackers" section): apotheo.acoach.dev2.milosolutions.com\/settingsIs that interface good enough? Fabirc stuff is coming and task would be done",
  89. "author": "aboltachev",
  90. "entrydate": "2015-05-25 19:05:28",
  91. "historyid": "68746"
  92. },
  93. {
  94. "eventtype": "Updates",
  95. "historyevent": "Worklog updated",
  96. "details": " implementation",
  97. "author": "aboltachev",
  98. "entrydate": "2015-05-23 14:00:13",
  99. "historyid": "68309"
  100. },
  101. {
  102. "eventtype": "Updates",
  103. "historyevent": "Worklog updated",
  104. "details": " exploring about livesettings; exploring django-paypal code to customize",
  105. "author": "aboltachev",
  106. "entrydate": "2015-05-23 14:00:05",
  107. "historyid": "68308"
  108. },
  109. {
  110. "eventtype": "Updates",
  111. "historyevent": "Worklog updated",
  112. "details": " implementation",
  113. "author": "aboltachev",
  114. "entrydate": "2015-05-17 19:04:28",
  115. "historyid": "66687"
  116. },
  117. {
  118. "eventtype": "Comments",
  119. "historyevent": "Comment added",
  120. "details": "Hi. Basic implementation is deployed now. Sandbox credentials are the sameandrewboltachev-facilitator@gmail.comandrewboltachev-buyer@gmail.comPassword: nix12345To test, you may use cerdentials (login as coach's client) andrewboltachev@gmail.com \/ nix12345Though in fact it works the same, but more protectedWill deploy keys automation (and settings) soon. So in progress",
  121. "author": "aboltachev",
  122. "entrydate": "2015-05-15 23:25:56",
  123. "historyid": "66604"
  124. },
  125. {
  126. "eventtype": "Deleted",
  127. "historyevent": "Worklog updated",
  128. "details": " implementation",
  129. "author": "aboltachev",
  130. "entrydate": "2015-05-15 20:58:45",
  131. "historyid": "66597"
  132. },
  133. {
  134. "eventtype": "Updates",
  135. "historyevent": "Worklog updated",
  136. "details": " implementation",
  137. "author": "aboltachev",
  138. "entrydate": "2015-05-13 13:19:47",
  139. "historyid": "66455"
  140. },
  141. {
  142. "eventtype": "Updates",
  143. "historyevent": "Worklog updated",
  144. "details": " exploring about certificates and encrypted buttons workflow",
  145. "author": "aboltachev",
  146. "entrydate": "2015-05-11 13:18:56",
  147. "historyid": "66453"
  148. },
  149. {
  150. "eventtype": "Deleted",
  151. "historyevent": "Worklog updated",
  152. "details": " exploring about certificates and encrypted buttons workflow",
  153. "author": "aboltachev",
  154. "entrydate": "2015-05-15 13:18:51",
  155. "historyid": "66452"
  156. },
  157. {
  158. "eventtype": "Transitions",
  159. "historyevent": "Task moved",
  160. "details": "From 'Requested' to 'In Progress'",
  161. "author": "aboltachev",
  162. "entrydate": "2015-05-05 11:46:08",
  163. "historyid": "63600"
  164. },
  165. {
  166. "eventtype": "Updates",
  167. "historyevent": "Assignee changed",
  168. "details": "New assignee: aboltachev",
  169. "author": "aboltachev",
  170. "entrydate": "2015-05-05 11:33:48",
  171. "historyid": "63597"
  172. },
  173. {
  174. "eventtype": "Transitions",
  175. "historyevent": "Task moved",
  176. "details": "The task was reordered within the same board cell.",
  177. "author": "matthewsar",
  178. "entrydate": "2015-04-14 08:40:51",
  179. "historyid": "57168"
  180. },
  181. {
  182. "eventtype": "Updates",
  183. "historyevent": "Task created",
  184. "details": "Task : Paypal settings options",
  185. "author": "matthewsar",
  186. "entrydate": "2015-04-14 08:40:47",
  187. "historyid": "57167"
  188. }
  189. ]
  190. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement