Logging TX Service responses
This commit is contained in:
parent
fbd427a73c
commit
f3a9ffbb5d
|
@ -63,6 +63,7 @@ export const submitOperation = async (
|
||||||
headers,
|
headers,
|
||||||
body,
|
body,
|
||||||
})
|
})
|
||||||
|
console.log(response)
|
||||||
|
|
||||||
if (response.status !== 202) {
|
if (response.status !== 202) {
|
||||||
return Promise.reject(new Error('Error submitting the transaction'))
|
return Promise.reject(new Error('Error submitting the transaction'))
|
||||||
|
|
Loading…
Reference in New Issue