Closed medlenmage closed 3 years ago
payment type correctly filters to only show current user payment types
views/paymenttypes.py
Request
GET /paymenttypes Creates a new product
/paymenttypes
Response
HTTP/1.1 200 OK
[ { "id": 1, "url": "http://localhost:8000/paymenttypes/1", "merchant_name": "Visa", "account_number": "24ijio68948fj8439", "expiration_date": "2020-01-01", "create_date": "2019-11-11" } ]
Description of how to test code...
payment type correctly filters to only show current user payment types
Changes
views/paymenttypes.py
and made it one line fromRequest
GET
/paymenttypes
Creates a new productResponse
HTTP/1.1 200 OK
Testing
Description of how to test code...
Related Issues