[interchange-cvs] [SCM] Interchange branch, master, updated. 50745037ce75d35cd246e5451cd348674fbe3c80

Jon Jensen interchange-cvs at icdevgroup.org
Fri Sep 4 17:35:26 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  50745037ce75d35cd246e5451cd348674fbe3c80 (commit)
      from  f436c9248355d6230163b93ec3b6c65c381b704d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 50745037ce75d35cd246e5451cd348674fbe3c80
Author: Jon Jensen <jon at endpoint.com>
Date:   Fri Sep 4 11:35:07 2009 -0600

    Correct error message

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Payment/PaypalExpress.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Vend/Payment/PaypalExpress.pm b/lib/Vend/Payment/PaypalExpress.pm
index 8ca6c58..5d49a49 100644
--- a/lib/Vend/Payment/PaypalExpress.pm
+++ b/lib/Vend/Payment/PaypalExpress.pm
@@ -236,7 +236,7 @@ BEGIN {
 		package Vend::Payment;
 		require SOAP::Lite or die __PACKAGE__ . " requires SOAP::Lite";
 # without this next it defaults to Net::SSL which may crash
-		require IO::Socket::SSL or die __PACAKGE__ . "requires IO::Socket::SSL";
+		require IO::Socket::SSL or die __PACAKGE__ . " requires IO::Socket::SSL";
 		require Net::SSLeay;
 	};
 


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list