Skip to content

Commit

Permalink
Merge pull request #7 from faridyusof727/feat/add-endpoint-as-config
Browse files Browse the repository at this point in the history
fix: wrong function called
  • Loading branch information
afiqiqmal committed Jan 5, 2023
2 parents 9eee40c + f4c5f2d commit 8d99033
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 8d99033

Please sign in to comment.