mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update monero_payments.php
This commit is contained in:
parent
58f4921731
commit
be681e7212
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ class Monero_Gateway extends WC_Payment_Gateway
|
||||||
'title' => __('username', 'monero_gateway'),
|
'title' => __('username', 'monero_gateway'),
|
||||||
'desc_tip' => __('This is the username that you used with your monero wallet-rpc', 'monero_gateway'),
|
'desc_tip' => __('This is the username that you used with your monero wallet-rpc', 'monero_gateway'),
|
||||||
'type' => __('text'),
|
'type' => __('text'),
|
||||||
'default' => __('username')
|
'default' => __('username','monero_gateway'),
|
||||||
|
|
||||||
),
|
),
|
||||||
'password' => array(
|
'password' => array(
|
||||||
|
@ -122,7 +122,7 @@ class Monero_Gateway extends WC_Payment_Gateway
|
||||||
'desc_tip' => __('This is the password that you used with your monero wallet-rpc', 'monero_gateway'),
|
'desc_tip' => __('This is the password that you used with your monero wallet-rpc', 'monero_gateway'),
|
||||||
'description' => __('you can leave these fields empty if you did not set', 'monero_gateway'),
|
'description' => __('you can leave these fields empty if you did not set', 'monero_gateway'),
|
||||||
'type' => __('text'),
|
'type' => __('text'),
|
||||||
'default' => __('password')
|
'default' => ''
|
||||||
|
|
||||||
),
|
),
|
||||||
'environment' => array(
|
'environment' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue