ctrlvfailed

moja gateway

Jan 15th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. moja-gateway:
  2. Folder: .githooks Git hooks are scripts that Git executes before or after events such as: commit, push, and receive.
  3. File: precommit
  4. Folder: api
  5. Folder: accounts
  6. File: __init__.py
  7. File: activate.py
  8. File: partners.py
  9. File: users.py
  10. File: __init__.py
  11. File: earn.py
  12. File: health.py
  13. File: metrics.py
  14. File: products.py
  15. File: purchase.py
  16. File: spend.py
  17. File: swaggerhub.xml
  18. File: transactions.py
  19. Folder: auth
  20. File: __init__.py
  21. File: register.py
  22. File: token.py
  23. Folder: core
  24. File: __init__.py
  25. File: accounts.py
  26. File: auth.py
  27. File: constants.py
  28. File: decorators.py
  29. File: gateway.py
  30. File: ledger.py
  31. File: memoize.py
  32. File: mocker.py
  33. File: reconcile.py
  34. Folder: migrations
  35. File: 9 peewee migration files.
  36. Folder: models
  37. File: __init__.py
  38. File: account.py
  39. File: auth_token.py
  40. File: base.py
  41. File: campaign_earn.py
  42. File: limit.py
  43. File: models.py
  44. File: products.py
  45. File: purchase.py
  46. File: transfers.py
  47.  
  48. Folder: postman
  49. File: two json files
  50. Folder: scripts
  51. File: __init__.py
  52. File: create_account_hub.py
  53. File: create_kafka_topics.sh
  54. File: duplicate_mac_ids.py
  55. File: instance_point_bindings.sh
  56. File: migrate_balances.py
  57. File: reconcile_balances.py
  58. File: setup.sh
  59. File: start_mojaloop.sh
  60. Folder: tests
  61. File: __init__.py
  62. File: conftest.py
  63. File: test_account_routes.py
  64. File: test_earn_points.py
  65. File: test_partner_campain_profile.py
  66. File: test_partners_profile.py
  67. File: test_products.py
  68. File: test_purchase.py
  69. File: test_spend_point.py
  70. File: .arcconfig
  71. File: .coveragerc
  72. File: .gitignore
  73. File: Dockerfile
  74. File: README.md
  75. File: app.py
  76. File: conn.py
  77. File: del_authorize_from_metadata.py
  78. File: ecosystem.config.js
  79. File: env.example
  80. File: migrations.json
  81. File: requirements.txt
  82. File: start.sh
  83. File: start_PM2.sh
Add Comment
Please, Sign In to add comment