formatting

This commit is contained in:
sneurlax 2023-09-13 16:49:37 -05:00
parent 88f805230c
commit 5ac7ae95cb

View file

@ -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,