Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created August 30, 2010 19:30
Show Gist options
  • Select an option

  • Save metaperl/557907 to your computer and use it in GitHub Desktop.

Select an option

Save metaperl/557907 to your computer and use it in GitHub Desktop.
{
my $acct_code = $self->get_domreg_account_code;
$acct_code =~ s/REG/NEW/; # ENH27417
# Populate billing structure
my $product =
{
virtkey => $self->get_name,
length => $args->{length},
acct_code => $acct_code
};
push( @provisioned, $product );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment