Skip to content

Commit 78c750c

Browse files
committed
default value fix
1 parent 2779ed7 commit 78c750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptomarket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct()
4848
$this->displayName = $this->l('CryptoCompra by CryptoMarket');
4949
$this->description = $this->l('Accept multiple cryptocurrencies and turn into local currency as EUR, CLP, BRL and ARS. Welcome to CryptoCompra a new way for payments: simple, free and totally secure.');
5050
$this->confirmUninstall = $this->l('Would you like uninstall this plugin?');
51-
$this->default_min_value = 500;
51+
$this->default_min_value = 1000;
5252

5353
parent::__construct();
5454
}

0 commit comments

Comments
 (0)