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');