mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Merge pull request #16 from cryptochangements34/master
Allow merchant to set the % discount for using XMR
This commit is contained in:
commit
15fbd243a3
1 changed files with 1 additions and 3 deletions
|
@ -148,9 +148,7 @@ public function add_my_currency_symbol( $currency_symbol, $currency ) {
|
||||||
'title' => __('% discount for using XMR', 'monero_gateway'),
|
'title' => __('% discount for using XMR', 'monero_gateway'),
|
||||||
'desc_tip' => __('Provide a descount to your customers for paying privatly with 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'),
|
'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' => __('checkbox'),
|
'type' => __('text')
|
||||||
|
|
||||||
'default' => 'no',
|
|
||||||
|
|
||||||
),
|
),
|
||||||
'environment' => array(
|
'environment' => array(
|
||||||
|
|
Loading…
Reference in a new issue