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

Create Payment_Options Table #65

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Context

This should create the model to fetch data from the Payment_Options table

Associated Product Ticket

Issue #3

Process

  1. Create a function that promises to GET all payment options
  2. Create a function that promises to GET a payment options
  3. Create a function that promises to POST a payment options
  4. Create a function that promises to PUT a payment options

Expected Result

This module should export the above functions