my $o = $org->org('perlchina'); # PerlChina ok($o); is($o->{'billing_email'}, 'perlchina@googlegroups.com');
$o = $org->update_org('perlchina', { name => 'PerlChina' }); ok($o); is($o->{name}, 'PerlChina');
my $o = $org->org('perlchina'); # PerlChina ok($o); is($o->{'billing_email'}, 'perlchina@googlegroups.com');
$o = $org->update_org('perlchina', { name => 'PerlChina' }); ok($o); is($o->{name}, 'PerlChina');