Update monero_gateway.php

This commit is contained in:
serhack 2017-06-29 16:42:36 +02:00 committed by GitHub
parent 87fbabcd9f
commit a7c055e7ad
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ function monero_init() {
/* If we made it this far, then include our Gateway Class */
include_once( 'gateway.php' );
require_once( 'library.php');
// Lets add it too WooCommerce
add_filter( 'woocommerce_payment_gateways', 'monero_gateway' );