[interchange-cvs] [SCM] Interchange branch, master, updated. 9613678f98ab0a548abf932cd957e16c23fccf31

Stefan Hornburg interchange-cvs at icdevgroup.org
Tue Jun 23 15:57:03 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  9613678f98ab0a548abf932cd957e16c23fccf31 (commit)
      from  a155aacf08267af49f5d4e3128985b1e3fecb3af (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 9613678f98ab0a548abf932cd957e16c23fccf31
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Tue Jun 23 17:56:30 2009 +0200

    fixed typo

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

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

diff --git a/lib/Vend/Payment/PaypalExpress.pm b/lib/Vend/Payment/PaypalExpress.pm
index 61cf4f2..a54b049 100644
--- a/lib/Vend/Payment/PaypalExpress.pm
+++ b/lib/Vend/Payment/PaypalExpress.pm
@@ -251,7 +251,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 __PACKAGE__ . "requires IO::Socket::SSL";
 		require Net::SSLeay;
 	};
 
@@ -768,4 +768,4 @@ sub ppcommify {
 
 package Vend::Payment::PaypalExpress;
 
-1;
\ No newline at end of file
+1;


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list