array( array( 'name' => 'czl_api_url', 'label' => __('API URL', 'woo-czl-express'), 'type' => 'text', 'default' => '', ), array( 'name' => 'czl_username', 'label' => __('Username', 'woo-czl-express'), 'type' => 'text', 'default' => '', ), array( 'name' => 'czl_password', 'label' => __('Password', 'woo-czl-express'), 'type' => 'password', 'default' => '', ), array( 'name' => 'czl_exchange_rate', 'label' => __('Exchange Rate', 'woo-czl-express'), 'type' => 'number', 'default' => '1', 'step' => '0.0001', ), ) ); } }