From bbba4fe74ba30a892b9de8ac2d4e95c9932abb2c Mon Sep 17 00:00:00 2001 From: Aashish Date: Thu, 12 Oct 2023 12:04:46 +0700 Subject: [PATCH] Removed predefined return used for testing --- omise-util.php | 1 - 1 file changed, 1 deletion(-) diff --git a/omise-util.php b/omise-util.php index 6a0bf1dc..338b8b13 100644 --- a/omise-util.php +++ b/omise-util.php @@ -46,7 +46,6 @@ public static function isMobilePlatform() public static function get_webhook_url() { - return 'https://opn.ooo'; return get_rest_url( null, 'omise/webhooks' ); } }