Skip to content

Commit

Permalink
add link to feedback form on main gateway desc
Browse files Browse the repository at this point in the history
  • Loading branch information
rizdaprasetya committed Aug 26, 2021
1 parent 80edc08 commit 4d25346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/class.midtrans-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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. <a href="https://docs.midtrans.com/en/snap/with-plugins?id=woocommerce-plugin-configuration" target="_blank">Please follow "how-to configure guide" here.</a>', '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. <a href="https://docs.midtrans.com/en/snap/with-plugins?id=woocommerce-plugin-configuration" target="_blank">Please follow "how-to configure guide" here</a>. Any feedback & request <a href="https://docs.midtrans.com/en/snap/with-plugins?id=feedback-and-request" target="_blank">let us know here</a>.', 'midtrans-woocommerce');
}

/**
Expand Down

0 comments on commit 4d25346

Please sign in to comment.