Update version

This commit is contained in:
cryptochangements34 2018-01-24 20:00:49 -05:00 committed by GitHub
parent dcbc682660
commit 27fa98b31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Monero_Gateway extends WC_Payment_Gateway
$this->method_title = __("Monero GateWay", 'monero_gateway');
$this->method_description = __("Monero Payment Gateway Plug-in for WooCommerce. You can find more information about this payment gateway on our website. You'll need a daemon online for your address.", 'monero_gateway');
$this->title = __("Monero Gateway", 'monero_gateway');
$this->version = "0.3";
$this->version = "2.0";
//
$this->icon = apply_filters('woocommerce_offline_icon', '');
$this->has_fields = false;