Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sangvictim authored and github-actions[bot] committed Sep 7, 2022
1 parent 54652b7 commit ae707cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RajaOngkir.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function apiCall(string $urlPath, array $payload = [], string $method
public function getProvince(int $idProvince = null): mixed
{
return $this->apiCall('/province', [
'id' => $idProvince
'id' => $idProvince,
], 'GET');
}

Expand Down

0 comments on commit ae707cb

Please sign in to comment.