Skip to content

Commit

Permalink
Merge pull request #2 from ferifahrul7/master
Browse files Browse the repository at this point in the history
remove php input to postrequest
  • Loading branch information
virusphp authored Dec 31, 2021
2 parents ff35c17 + df9c605 commit 4414b54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vclaim/BridgingBpjs.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function getRequest($endpoint)

public function postRequest($endpoint, $data)
{
$data = file_get_contents("php://input");
try {
$url = $this->setServiceApi() . $endpoint;
$response = $this->client->post($url, ['headers' => $this->setHeaders(), 'body' => $data]);
Expand Down

0 comments on commit 4414b54

Please sign in to comment.