Update monero_payments.php

This commit is contained in:
serhack 2017-08-13 20:26:51 +02:00 committed by GitHub
parent 15fbd243a3
commit a39a959254

View File

@ -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(