mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update monero_gateway.php
This commit is contained in:
parent
1484285e44
commit
dbac9f8482
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue