From 8edd43ed9169a4550975165ebb98f33ef1b57c6f Mon Sep 17 00:00:00 2001 From: aushamim Date: Tue, 10 Dec 2024 16:25:36 +0600 Subject: [PATCH] fix: add instructions to enable gateways --- app/Modules/Admin/Setting.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Modules/Admin/Setting.php b/app/Modules/Admin/Setting.php index 10ed6860..9773c967 100644 --- a/app/Modules/Admin/Setting.php +++ b/app/Modules/Admin/Setting.php @@ -693,6 +693,8 @@ public function settings_gateways_callback($args) $html .= ''; } } + } else { + $html .= '' . __( 'Add more payment gateways from the Integrations panel.', 'smartpay' ) . ''; } $url = esc_url('https://wpsmartpay.com');