EducatedCamels / Sprint_1

Group project
0 stars 2 forks source link

Made edits to correctly expose payment type data to API #28

Closed sarawithad closed 7 years ago

sarawithad commented 7 years ago

1. TITLE:

Edited Payment_Type Class so now works to expose payment type data to Client via API

2. STATUS:

Ready to merge once reviewed and approved

3. MIGRATIONS:

Has been migrated on Dara's machine, before running server please run the following commands:
python manage.py makemigrations API python manage.py migrate

4. DESCRIPTION:

Made edits to Payment_Type class due to errors in code Payment type data should now be available on root API

5. RELATED TICKETS:

Expose Payment Types Data

6. FILES CHANGED:

models.py serializers.py views.py urls.py

7. STEPS TO RUN PROJECT:

See # 3

8. TESTING THE CODE:

N/A

For reference: Bangazon Employee Handbook: Pull Requests

briwyatt commented 7 years ago

looks good, 3 classes are exposed for me

mrozenbaum commented 7 years ago

Looks great! everything is working properly. I approve to merge to master.