From 4d2534698aa5162a933f0cfac6d5e60f37b600c0 Mon Sep 17 00:00:00 2001 From: rizdaprasetya Date: Thu, 26 Aug 2021 17:09:15 +0700 Subject: [PATCH] add link to feedback form on main gateway desc --- class/class.midtrans-gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/class.midtrans-gateway.php b/class/class.midtrans-gateway.php index 8ed29af..9d96737 100755 --- a/class/class.midtrans-gateway.php +++ b/class/class.midtrans-gateway.php @@ -199,7 +199,7 @@ protected function getDefaultTitle () { * @return string */ protected function getSettingsDescription() { - return __('Secure payment via Midtrans that accept various payment methods, with mobile friendly built-in interface, or (optionally) redirection. This is the main payment button, 1 single button for multiple available payments methods. Please follow "how-to configure guide" here.', 'midtrans-woocommerce'); + return __('Secure payment via Midtrans that accept various payment methods, with mobile friendly built-in interface, or (optionally) redirection. This is the main payment button, 1 single button for multiple available payments methods. Please follow "how-to configure guide" here. Any feedback & request let us know here.', 'midtrans-woocommerce'); } /**