Skip to content

Commit

Permalink
refactor(postman): Fix payme postman collection for handling `order_d…
Browse files Browse the repository at this point in the history
…etails` (#2996)
  • Loading branch information
sahkal authored Nov 30, 2023
1 parent c6cb527 commit 1e60c71
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 22 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"product_name": "Apple iphone 15",
"quantity": 1,
"amount": 5500,
"amount": 6540,
"account_name": "transaction_processing"
}
]
Expand Down
20 changes: 10 additions & 10 deletions postman/collection-json/payme.postman_collection.json

Large diffs are not rendered by default.

0 comments on commit 1e60c71

Please sign in to comment.