In http://resellers.opensrs.net under "Tech Contact Information" there's a
flag to "Process Orders Immediately".  the default is "no", and the register
command bypassed that default (by design).

If you want to have everything go through immediately, turn the setting to
"Yes".  Alternatively, you can place (in the attributes hash of your
request) "handle => 'process'" like so:

$xcp_request = {
        action => "sw_register",
        object => "domain",
        attributes => {
                handle => 'save', #save order only regardless RSP settings
                        ... OR
                handle => 'process', #process order always regardless RSP settings
                contact_set => {},
                nameserver_list => [],
        },
};

:)

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

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
> Sent: December 14, 2001 12:47 PM
> To: [EMAIL PROTECTED]
> Subject: Problem with sw_register
>
>
>
> We recently upgrade our client code.  I ended up switching from
> the register function to sw_register.  I'm not clear why register
> was depreciated.  Anyway I've got a new problem.  Now when I
> register a domain instead of being processed immediatly it ends
> up in pending domains.  I tried process_immediate => 1 with no
> success.  Has anyone else ran into this.  Any adivse would be appreciated.
>
>
> Thanks
>
> --
>
> James Hamilton
> Southwest Cyberport
> 505-232-7992

Reply via email to