mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update gateway.php
This commit is contained in:
parent
da9b72f24b
commit
888325d2d2
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
/* 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');
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue