From 672612612df422a48ae562ecd93b3436fdf5ecf6 Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Mon, 31 Oct 2022 04:55:34 +0000 Subject: [PATCH] bugfix --- vietnam-payment-gateways.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vietnam-payment-gateways.php b/vietnam-payment-gateways.php index b9327c2..88e99b2 100644 --- a/vietnam-payment-gateways.php +++ b/vietnam-payment-gateways.php @@ -49,7 +49,7 @@ function vnpg_init_gateway_class() { // Actions. add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'process_admin_options' ) ); - add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'save_account_details' ) ); + //add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'save_account_details' ) ); add_action( 'woocommerce_thankyou_' . $this->id, array( $this, 'thankyou_page' ) ); // Customer Emails.