Update monero_gateway.php
This commit is contained in:
parent
63398d630a
commit
def3a7606c
@ -17,7 +17,7 @@ function monero_init() {
|
|||||||
if ( ! class_exists( 'WC_Payment_Gateway' ) ) return;
|
if ( ! class_exists( 'WC_Payment_Gateway' ) ) return;
|
||||||
|
|
||||||
/* If we made it this far, then include our Gateway Class */
|
/* If we made it this far, then include our Gateway Class */
|
||||||
include_once( 'include/Monero_payments.php' );
|
include_once( 'include/monero_payments.php' );
|
||||||
require_once( 'library.php');
|
require_once( 'library.php');
|
||||||
|
|
||||||
// Lets add it too WooCommerce
|
// Lets add it too WooCommerce
|
||||||
|
Loading…
Reference in New Issue
Block a user