affiliate_id w/ "renew" action

From: Thomas Mon (thomas@forstle.com)
Date: Mon Feb 18 2002 - 14:03:36 EST


What is the proper xcp_request layout for making an affiliate code appear in
the RWI when you look at the order details on renewals?

I have tried this:

      my $xcp_request = {
          action => 'renew',
          object => 'domain',
          attributes => {
            'affiliate_id' => 'AFFID1',
            'domain' => $domain,
            'currentexpirationyear' => $expyear,
            'period' => $period,
          },
        };

and it doesn't appear in the Pending Order (Affiliate ID column) list...

I also tried 'affiliate' vs. 'affiliate_id'.

Any ideas or does the affiliate_id field just not get used for renewals? :(

Tom.



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:02 EDT