RT# 83450 - fixed rateplan export
[freeside.git] / FS / FS / part_export / everyone_net.pm
index dbb5ea3..7386973 100644 (file)
@@ -18,9 +18,11 @@ tie my %options, 'Tie::IxHash',
   'svc'    => 'svc_acct',
   'desc'   => 'Real-time export to Everyone.net outsourced mail service',
   'options'=> \%options,
+  'no_machine' => 1,
+  'default_svc_class' => 'Email',
   'notes'  => <<'END'
 Real-time export to
-<a href="http://www.cp.net/">Everyone.net</a> via the XRC Remote API.
+<a href="http://www.everyone.net/">Everyone.net</a> via the XRC Remote API.
 Requires installation of
 <a href="http://search.cpan.org/dist/Net-XRC">Net::XRC</a>
 from CPAN.
@@ -87,7 +89,6 @@ sub _export_replace {
 
   $self->_xrc_command( 'setUserPassword',
                        $new->domain,
-                       $domain_clientID,
                        string($new->username),
                        string($new->_password),
                      );
@@ -113,7 +114,6 @@ sub _export_suspend {
 
   $self->_xrc_command( 'suspendUser',
                        $svc_acct->domain,
-                       $domain_clientID,
                        string($svc_acct->username),
                      );
 }