Update monero_payments.php

This commit is contained in:
serhack 2017-10-17 14:47:28 +02:00 committed by GitHub
parent c578f82770
commit bb260bdd15
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
<?php
/* Main Gateway of Monero using a daemon online */
/*
* Main Gateway of Monero using a daemon online
* This code isn't for Dark Net Markets, please report them to Authority!
*/
class Monero_Gateway extends WC_Payment_Gateway
{