Skip to content

Commit

Permalink
Set content-type application/x-www-form-urlencoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Novikov Andrey committed Dec 21, 2017
1 parent a4d4604 commit 641e07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/AbstractRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function setLanguage($value)
public function getHeaders()
{
return [
"content-type" => 'application/json'
"content-type" => 'application/x-www-form-urlencoded'
];
}

Expand Down

0 comments on commit 641e07c

Please sign in to comment.