From: rsiddall Date: Sat, 16 May 2009 20:07:53 +0000 (+0000) Subject: Added information on common failure causes to the perldoc. X-Git-Tag: freeside_1_7_4rc1~33 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4a05ac18cc4b2ae262d54aba5b6736c8d533aeb0;p=freeside.git Added information on common failure causes to the perldoc. --- diff --git a/FS/FS/part_export/domreg_opensrs.pm b/FS/FS/part_export/domreg_opensrs.pm index df8b40006..0ef371a7b 100644 --- a/FS/FS/part_export/domreg_opensrs.pm +++ b/FS/FS/part_export/domreg_opensrs.pm @@ -31,6 +31,10 @@ on the setting of the svc_domain's action field. =back +This export uses Net::OpenSRS. Registration and transfer attempts will fail unless Net::OpenSRS is installed +and LWP::UserAgent is able to make HTTPS posts. You can turn on debugging messages and use the OpenSRS test +gateway when setting up this export. + =cut @ISA = qw(FS::part_export::null); @@ -267,9 +271,10 @@ sub registrar { =head1 SEE ALSO -L, L, L, +L, L, L, L, L, schema.html from the base documentation. + =cut 1;