mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update gateway.php
This commit is contained in:
parent
2841798ebb
commit
9b1a82fb30
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ class Monero_Gateway extends WC_Payment_Gateway {
|
||||||
'title' => __('Title', 'monero_gateway' ),
|
'title' => __('Title', 'monero_gateway' ),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'desc_tip' => __('Payment title the customer will see during the checkout process.', 'monero_gateway' ),
|
'desc_tip' => __('Payment title the customer will see during the checkout process.', 'monero_gateway' ),
|
||||||
'default' => __('Monero XMR Payment', 'spyr-authorizenet-aim' ),
|
'default' => __('Monero XMR Payment', 'monero_gateway' ),
|
||||||
),
|
),
|
||||||
'description' => array(
|
'description' => array(
|
||||||
'title' => __('Description', 'monero_gateway' ),
|
'title' => __('Description', 'monero_gateway' ),
|
||||||
|
@ -93,7 +93,7 @@ class Monero_Gateway extends WC_Payment_Gateway {
|
||||||
'title' => __('Monero Address', 'monero_gateway' ),
|
'title' => __('Monero Address', 'monero_gateway' ),
|
||||||
'label' => __('Useful for people that have not a daemon online'),
|
'label' => __('Useful for people that have not a daemon online'),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'desc_tip' => __('This is the API Login provided by Authorize.net when you signed up for an account.', 'monero_gateway' ),
|
'desc_tip' => __('Monero Wallet Address', 'monero_gateway' ),
|
||||||
),
|
),
|
||||||
'daemon_host' => array(
|
'daemon_host' => array(
|
||||||
'title' => __('Daemon Host/ IP', 'monero_gateway'),
|
'title' => __('Daemon Host/ IP', 'monero_gateway'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue