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.