From f7006f4c8df67d062517faf83fec9335ff2b48a5 Mon Sep 17 00:00:00 2001 From: virusphp Date: Fri, 7 Oct 2022 09:27:36 +0700 Subject: [PATCH] fixed delete rujukan sep and surat kontrol --- src/Bpjs/Vclaim/BridgeVclaim.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bpjs/Vclaim/BridgeVclaim.php b/src/Bpjs/Vclaim/BridgeVclaim.php index 446ba38..85fd775 100644 --- a/src/Bpjs/Vclaim/BridgeVclaim.php +++ b/src/Bpjs/Vclaim/BridgeVclaim.php @@ -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;