From be681e72126204522f5c5978c26563de83d37035 Mon Sep 17 00:00:00 2001 From: serhack Date: Mon, 24 Jul 2017 17:20:46 +0200 Subject: [PATCH] Update monero_payments.php --- monero/include/monero_payments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 47e2e4a..407908d 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -114,7 +114,7 @@ class Monero_Gateway extends WC_Payment_Gateway 'title' => __('username', 'monero_gateway'), 'desc_tip' => __('This is the username that you used with your monero wallet-rpc', 'monero_gateway'), 'type' => __('text'), - 'default' => __('username') + 'default' => __('username','monero_gateway'), ), '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'), 'description' => __('you can leave these fields empty if you did not set', 'monero_gateway'), 'type' => __('text'), - 'default' => __('password') + 'default' => '' ), 'environment' => array(