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.