From def3a7606c8901571736832fb581dbc351080ed7 Mon Sep 17 00:00:00 2001 From: serhack Date: Fri, 14 Jul 2017 07:31:25 +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 c86d204..2cb2971 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( 'include/Monero_payments.php' ); + include_once( 'include/monero_payments.php' ); require_once( 'library.php'); // Lets add it too WooCommerce