X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Feveryone_net.pm;h=7386973e492dc6812803ee30a47b76ba4460b798;hb=ffa18709ee8a4d05e18d2d406cf73afe79e52524;hp=dbb5ea315351aac3d5ba81c6138179c73ca70eaf;hpb=de6b9e0d2faf9e92830a8977e1538838199aae63;p=freeside.git diff --git a/FS/FS/part_export/everyone_net.pm b/FS/FS/part_export/everyone_net.pm index dbb5ea315..7386973e4 100644 --- a/FS/FS/part_export/everyone_net.pm +++ b/FS/FS/part_export/everyone_net.pm @@ -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 -Everyone.net via the XRC Remote API. +Everyone.net via the XRC Remote API. Requires installation of Net::XRC 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), ); }