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
87fbabcd9f
commit
a7c055e7ad
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ function monero_init() {
|
||||||
|
|
||||||
/* If we made it this far, then include our Gateway Class */
|
/* If we made it this far, then include our Gateway Class */
|
||||||
include_once( 'gateway.php' );
|
include_once( 'gateway.php' );
|
||||||
|
require_once( 'library.php');
|
||||||
|
|
||||||
// Lets add it too WooCommerce
|
// Lets add it too WooCommerce
|
||||||
add_filter( 'woocommerce_payment_gateways', 'monero_gateway' );
|
add_filter( 'woocommerce_payment_gateways', 'monero_gateway' );
|
||||||
|
|
Loading…
Reference in a new issue