We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28629a0 commit 7379f8bCopy full SHA for 7379f8b
api/producer/processTransaction/process_transaction_bundle.py
@@ -413,11 +413,7 @@ def handler(
413
responses.append(e.response)
414
415
response_entries = [
416
- BundleEntry(
417
- response=BundleEntryResponse(
418
- status=response.statusCode, location=response.headers["Location"]
419
- )
420
+ BundleEntry(response=BundleEntryResponse(status=response.statusCode))
421
for response in responses
422
]
423
0 commit comments