From dbac9f8482233e5a77670489a9d5512d7eea0f7c Mon Sep 17 00:00:00 2001 From: serhack Date: Thu, 13 Jul 2017 14:42:22 +0200 Subject: [PATCH] Update monero_gateway.php --- monero/monero_gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero/monero_gateway.php b/monero/monero_gateway.php index 67ada50..c86d204 100644 --- a/monero/monero_gateway.php +++ b/monero/monero_gateway.php @@ -17,7 +17,7 @@ function monero_init() { if ( ! class_exists( 'WC_Payment_Gateway' ) ) return; /* If we made it this far, then include our Gateway Class */ - include_once( 'gateway.php' ); + include_once( 'include/Monero_payments.php' ); require_once( 'library.php'); // Lets add it too WooCommerce