mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 11:15:58 +00:00
formatting
This commit is contained in:
parent
88f805230c
commit
5ac7ae95cb
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ class PaynymIsApi {
|
||||||
|
|
||||||
final headers = {
|
final headers = {
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
'Content-Length': contentLength.toString(), // Set the Content-Length header.
|
'content-length':
|
||||||
|
contentLength.toString(), // Set the Content-Length header.
|
||||||
}..addAll(additionalHeaders);
|
}..addAll(additionalHeaders);
|
||||||
final response = await client.post(
|
final response = await client.post(
|
||||||
url: uri,
|
url: uri,
|
||||||
|
|
Loading…
Reference in a new issue