mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +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 = {
|
||||
'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);
|
||||
final response = await client.post(
|
||||
url: uri,
|
||||
|
|
Loading…
Reference in a new issue