Hi,

I commented out the custom_verify for .us last night after my post, and it
has indeed worked fine. I also noticed the validation error for nexus.
Here's a quick patch for reg_system.cgi. I know it should have gone in the
XML file, but it was like 3 AM. :-)

609     } elsif ( $us ) {
#ST require nexus info
        if ($in{app_purpose} eq '') {
            $error_msg = 'You must fill out the .US Nexus Requirements';
error_out($error_msg);
            exit;          }

        if ($in{nexus_category} eq '') {
            $error_msg = 'You must fill out the .US Nexus Requirements';
error_out($error_msg);
            exit;          }

        if ($in{nexus_category} =~ "C3" and $in{nexus_validator} eq '') {
            $error_msg = 'You must fill out the .US Nexus Requirements';
error_out($error_msg);
            exit;          }
#ST end require nexus info
610             my $ccodes;

Hope that helps,

ST




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Charles Daminato
Sent: Friday, April 26, 2002 11:00 AM
To: [EMAIL PROTECTED]
Subject: RE: verify_order


AHA!  This is from our dev group, updates will come (and announcements,
released, and re-versioned client codes I imagine)

It is the custom_verify = "us" that's causing the problem.
Looks like a legacy of my development in not using XML_Client's
validate_contacts().  Until a new client is released, you just has to
comment out the line where custom_verify is set to "us".  But we also found
that local validation of the .us nexus data is missing (OOPS!  Sorry
*pout*).  We're working on that now, so we will release a new client sooner
than later.

Charles Daminato
OpenSRS Product Manager
Tucows Inc. - [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dev-List
Sent: April 26, 2002 11:03 AM
To: ST; Tech; [EMAIL PROTECTED]
Subject: Re: verify_order


Honestly, I have not had time to look into the error further. If I get a
chance today (I hope) I will and let you both know when/if I find out ;)
Thanks for telling us. Was beginning to wonder if it was just OUR code ;)

Mike Allen, 4CheapDomains.Net
[EMAIL PROTECTED]
http://www.4CheapDomains.Net

----- Original Message -----
From: ST
To: [EMAIL PROTECTED]
Sent: Thursday, April 25, 2002 11:44 PM
Subject: RE: verify_order


Hi,

I noticed this as well. It's just for .US. I'm looking at XML_Client.pm
right now, trying to pin it down. Right now, for .US, the only required
fields appear to be Tech Postal Code and Tech State.  What extra validation
does $custom_verify='us' do? Can I just get rid of it?

ST
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dev-List
Sent: Thursday, April 25, 2002 12:57 PM
To: [EMAIL PROTECTED]
Subject: verify_order


Hi All...

    Just noticed out cgi is not returning errors when we press "Verify
Order"   should that tell you when cc#'s etc are not correct?  I looked at
the code and don't see an error ;(

Thanks...

Mike

Reply via email to