Skip to content

Commit

Permalink
add decompress antrol
Browse files Browse the repository at this point in the history
  • Loading branch information
virusphp committed Jan 27, 2022
1 parent 9bde507 commit a195096
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Class SomeController

#### 2022-01-25

- v1.3.4 bug response antrol not same vclaim and add response antrol

#### 2022-01-25

- v1.3.2 and v.13.3 fix bug response and add support php version 8

#### 2022-01-12
Expand Down
2 changes: 1 addition & 1 deletion src/vclaim/GenerateBpjs.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static function responseBpjsV2Antrol($dataJson, $key)
{
$result = json_decode($dataJson);
if ($result->metadata->code == "200" && is_string($result->response)) {
return self::doDecompress($result, $key);
return self::doDecompressAntrol($result, $key);
}
return json_encode($result);
}
Expand Down

0 comments on commit a195096

Please sign in to comment.