From f5368f988e52b3fba9f111e710dd156cde826fb0 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 5 Dec 2012 15:31:38 -0600 Subject: [PATCH] better paymenttech support, BSD license --- VERSION | 2 +- gluon/contrib/paymentech.py | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/VERSION b/VERSION index e7cb7b0b..3fc4e36e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.3.0 (2012-12-05 15:23:32) rc1 +Version 2.3.0 (2012-12-05 15:30:48) rc1 diff --git a/gluon/contrib/paymentech.py b/gluon/contrib/paymentech.py index 24dabbfc..b2a79b9d 100644 --- a/gluon/contrib/paymentech.py +++ b/gluon/contrib/paymentech.py @@ -3,23 +3,11 @@ # This module provides a simple API for Paymentech(c) payments # The original code was taken from this web2py issue post -# http://code.google.com/p/web2py/issues/detail?id=1170 +# http://code.google.com/p/web2py/issues/detail?id=1170 by Adnan Smajlovic # # Copyright (C) <2012> Alan Etkin -# Adnan Smajlovic +# License: BSD # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . import sys, httplib, urllib, urllib2 from xml.dom.minidom import parseString