diff --git a/wc-gateway-invite-fps-payment-gateway-class.php b/wc-gateway-invite-fps-payment-gateway-class.php index 39e2f82..0c63957 100644 --- a/wc-gateway-invite-fps-payment-gateway-class.php +++ b/wc-gateway-invite-fps-payment-gateway-class.php @@ -93,7 +93,7 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){ case 'account_fps_id': $fps_id = trim($value); - switch($this->account_id_type){ + switch($this->get_option( 'account_id_type' )){ case '03': if( preg_match('/^\+852\-[0-9]{8}$/', $fps_id) ){ return $fps_id; @@ -106,6 +106,15 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){ + + account_fps_id; } break; @@ -122,6 +131,15 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){ + + account_fps_id; } break; @@ -139,11 +157,22 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){ function my_error_notice() { ?>
+

+ + account_bank_code; } break;