diff options
author | Mark Wells <mark@freeside.biz> | 2013-07-02 16:26:01 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-07-02 16:26:01 -0700 |
commit | 2b3e7c2ecb7c8e580924fee4d7e6daaecf6cde7c (patch) | |
tree | 815d03edb04a37db6533cd56db090697e0effaf1 | |
parent | 2d4a5e6a045adc381dd52862c1db977f00f9b6fd (diff) |
-rw-r--r-- | PayPal.pm | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -195,12 +195,21 @@ Business::OnlineThirdPartyPayment::PayPal =head1 DESCRIPTION +Business::OnlineThirdPartyPayment module for payments from PayPal accounts. + =head1 AUTHOR Mark Wells <mark@freeside.biz> Based in part on Net::PayPal, by Sherzod B. Ruzmetov <sherzodr@cpan.org>. +=head1 COPYRIGHT + +Copyright (c) 2013 Freeside Internet Services, Inc. + +All rights reserved. This program is free software; you can redistribute +it and/or modify it under the same terms as Perl itself. + =head1 SEE ALSO perl(1). L<Business::OnlineThirdPartyPayment>. |