mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update monero_payments.php
This commit is contained in:
parent
7f9fabbfa7
commit
1d5b9bcf67
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ class Monero_Gateway extends WC_Payment_Gateway
|
|||
'validate_fields'
|
||||
));
|
||||
|
||||
add_action('admin_notices', array( $this, 'connect_daemon'));
|
||||
|
||||
|
||||
|
||||
add_action('woocommerce_thankyou_' . $this->id, array( $this, 'instruction' ) ));
|
||||
|
||||
add_action('woocommerce_thankyou_' . $this->id, array( $this, 'instruction' ) );
|
||||
|
||||
if (is_admin()) {
|
||||
/* Save Settings */
|
||||
|
|
Loading…
Reference in a new issue