Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
faridyusof727 committed Jan 3, 2023
1 parent 4d0c9e0 commit f4c5f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RPay/RaudhahClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function getEndpoint(): string
*/
public function setEndpoint(string $endpoint): void
{
$this->endpoint = $endpoint;
$this->client->setEndpoint($endpoint);
}


Expand Down

0 comments on commit f4c5f2d

Please sign in to comment.