Skip to content

Commit

Permalink
Change default response encoding to UTF-8 so automatic responses woul…
Browse files Browse the repository at this point in the history
…d pass
  • Loading branch information
renekorss committed Jan 25, 2019
1 parent 92ec8f8 commit 8cba966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Banklink.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ abstract class Banklink
*
* @var string
*/
protected $responseEncoding = 'ISO-8859-1';
protected $responseEncoding = 'UTF-8';

/**
* Init banklink.
Expand Down

0 comments on commit 8cba966

Please sign in to comment.