chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

Change payment type data #75

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Context

Right now our Payment Types data includes things like payment, withdrawal, etc. We were thinking of creating our own json file (instead of using faker data) to say things like visa, mastercard, etc.

Process

  1. Delete the payment Types faker data and payment types json files
  2. Create your own payment types json file
  3. Maybe put it somewhere outside data/json? So we can keep deleting that whole json folder if we want to re-build our data? Just a thought, we should talk about it.