From f4c5f2d769c7aacc698d27e0ae76e6addacb5e00 Mon Sep 17 00:00:00 2001 From: Farid Yusof Date: Tue, 3 Jan 2023 17:38:47 +0800 Subject: [PATCH] fix: --- src/RPay/RaudhahClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RPay/RaudhahClient.php b/src/RPay/RaudhahClient.php index e6fc26f..c18134a 100644 --- a/src/RPay/RaudhahClient.php +++ b/src/RPay/RaudhahClient.php @@ -110,7 +110,7 @@ public function getEndpoint(): string */ public function setEndpoint(string $endpoint): void { - $this->endpoint = $endpoint; + $this->client->setEndpoint($endpoint); }