From a39a95925419982c7998447fa299c9077370ead3 Mon Sep 17 00:00:00 2001 From: serhack Date: Sun, 13 Aug 2017 20:26:51 +0200 Subject: [PATCH] Update monero_payments.php --- monero/include/monero_payments.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 8ba049f..46d706f 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -146,9 +146,11 @@ public function add_my_currency_symbol( $currency_symbol, $currency ) { ), 'discount' => array( 'title' => __('% discount for using XMR', 'monero_gateway'), + 'desc_tip' => __('Provide a descount to your customers for paying privatly with XMR!', 'monero_gateway'), 'description' => __(' Want to spread the word about Monero? Offer a little discount! Leave this empty if you do not wish to provide a discount', 'monero_gateway'), - 'type' => __('text') + 'type' => __('text'), + 'default' => '5%' ), 'environment' => array(