Skip to content

Commit

Permalink
Merge pull request #206 from buckaroo-it/develop
Browse files Browse the repository at this point in the history
Release v1.17.1
  • Loading branch information
vildanbina authored Dec 5, 2024
2 parents 0cebe5b + bb16315 commit 33c4017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "buckaroo/sdk",
"description": "Buckaroo payment SDK",
"license": "MIT",
"version": "1.17.0",
"version": "1.17.1",
"type": "library",
"require": {
"php": "^8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Handlers/HMAC/Hmac.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function base64Data($data = null)
if (is_array($data))
{
$data = mb_convert_encoding(
json_encode($data, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE),
json_encode($data, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION),
'UTF-8',
'auto'
);
Expand Down

0 comments on commit 33c4017

Please sign in to comment.