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
d1d01466d0
commit
f828710d37
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ class Monero_Gateway extends WC_Payment_Gateway
|
|||
//if($this->get_option('light_mode') != true){
|
||||
|
||||
|
||||
+ add_action('woocommerce_thankyou_' . $this->id, array( $this, 'instruction' ) ));
|
||||
|
||||
if (is_admin()) {
|
||||
/* Save Settings */
|
||||
add_action('woocommerce_update_options_payment_gateways_' . $this->id, array(
|
||||
|
|
Loading…
Reference in a new issue