Skip to content

Commit

Permalink
fixed delete rujukan sep and surat kontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
virusphp committed Oct 7, 2022
1 parent 1aea464 commit f7006f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bpjs/Vclaim/BridgeVclaim.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public function putRequest($endpoint, $data)

public function deleteRequest($endpoint, $data)
{
$data = file_get_contents("php://input");
$result = $this->httpDelete($this->config->setUrl().$endpoint, $this->config->setHeaders($this->header), $data);
$result = $this->response->responseVclaim($result, $this->config->keyDecrypt($this->header['X-timestamp']));
return $result;
Expand Down

0 comments on commit f7006f4

Please sign in to comment.