2017-06-18 20:53:44 +02:00
|
|
|
<?php
|
2017-06-27 14:55:02 +02:00
|
|
|
/* Main Gateway of Monero using a daemon online */
|
|
|
|
class Monero_Gateway extends WC_Payment_Gateway {
|
|
|
|
function __construct(){
|
|
|
|
$this->id = "monero_gateway";
|
|
|
|
$this->method_title = __("Monero GateWay", 'monero_gateway');
|
|
|
|
}
|