[freeside-commits] freeside/FS/FS/part_export domreg_opensrs.pm, 1.1.2.4, 1.1.2.5
Richard Siddall
rsiddall at wavetail.420.am
Sat May 16 13:07:55 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv18762/FS/FS/part_export
Modified Files:
Tag: FREESIDE_1_7_BRANCH
domreg_opensrs.pm
Log Message:
Added information on common failure causes to the perldoc.
Index: domreg_opensrs.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/domreg_opensrs.pm,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- domreg_opensrs.pm 16 May 2009 19:29:31 -0000 1.1.2.4
+++ domreg_opensrs.pm 16 May 2009 20:07:53 -0000 1.1.2.5
@@ -31,6 +31,10 @@
=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 @@
=head1 SEE ALSO
-L<FS::part_export_option>, L<FS::export_svc>, L<FS::svc_domain>,
+L<Net::OpenSRS>, L<FS::part_export_option>, L<FS::export_svc>, L<FS::svc_domain>,
L<FS::Record>, schema.html from the base documentation.
+
=cut
1;
More information about the freeside-commits
mailing list