Get Orders working. Kindof

This commit is contained in:
Pratik Tripathy
2020-12-02 01:11:42 +05:30
parent 177003cc53
commit f67c88c259
3 changed files with 58 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ server is backed by PostgreSQL database.
“orders”: [
{
“id”: 1,
“email”: “test@example.com”,
“email”: “test@example.com”,
“line_items”: [
{
“quantity”: 5,