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
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