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

Stefan Hornburg interchange-cvs at icdevgroup.org
Wed May 27 10:52:45 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  d7488b1affb05f765cf270cc1b1b380984156710 (commit)
      from  5f4a9db51f0ab25128e02fc941a6a21376995984 (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 d7488b1affb05f765cf270cc1b1b380984156710
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed May 27 12:52:21 2009 +0200

    removed unused parameters for shipping/subtotal/salestax

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

Summary of changes and diff:
 lib/Vend/Payment/Getitcard.pm |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 lib/Vend/Payment/Getitcard.pm

diff --git a/lib/Vend/Payment/Getitcard.pm b/lib/Vend/Payment/Getitcard.pm
old mode 100644
new mode 100755
index e8f5bbb..8ad5316
--- a/lib/Vend/Payment/Getitcard.pm
+++ b/lib/Vend/Payment/Getitcard.pm
@@ -2,8 +2,8 @@
 #
 # $Id: Getitcard.pm,v 1.2 2009-03-16 19:34:01 jon Exp $
 #
-# Copyright (C) 2007,2008 Interchange Development Group
-# Copyright (C) 2007,2008 Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright (C) 2007,2008,2009 Interchange Development Group
+# Copyright (C) 2007,2008,2009 Stefan Hornburg (Racke) <racke at linuxia.de>
 # Copyright (C) 2007,2008 Jure Kodzoman (Yure) <jure at tenalt.com>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -371,10 +371,6 @@ sub getitcard {
 	# This converts the amount to fit getitcard (ie 32.64 to 3264)
 	$amount = sprintf("%d", $amount*100);
 
-	$shipping = Vend::Interpolate::tag_shipping();
-	$subtotal = Vend::Interpolate::subtotal();
-	$salestax = Vend::Interpolate::salestax();
-
 	# if we didn't get it with charge, get it from IC
 	if (! $order_number){
 		$order_number = gen_order_id($opt);


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list