Update monero_gateway.php

This commit is contained in:
serhack 2017-07-26 11:58:47 +02:00 committed by GitHub
parent be681e7212
commit 492ce433e2
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ function monero_init() {
$methods[] = 'Monero_Gateway';
return $methods;
}
if(!function_exists('curl_version')) {
echo "You need CURL Extension in order to use this plugin";
}
}
/*