push @errors, $::locale->text('The Proxy Name seems invalid') . $self->{proxy} . ':' unless !$self->{proxy} || $self->{proxy} =~ m/[0-9A-Za-z].\.[0-9A-Za-z]/;
push @errors, $::locale->text('Orders to fetch neeeds a positive Integer')
unless $self->{orders_to_fetch} > 0;
# not yet implemented checks
push @errors, $::locale->text('The Proxy Name seems invalid') . $self->{proxy} . ':' unless !$self->{proxy} || $self->{proxy} =~ m/[0-9A-Za-z].\.[0-9A-Za-z]/;
push @errors, $::locale->text('Orders to fetch neeeds a positive Integer')
unless $self->{orders_to_fetch} > 0;
# not yet implemented checks