From 6206ea6fc6e161094ee56d721f0581ba7e02f9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cankush=5Fm=E2=80=9D?= Date: Thu, 28 Jun 2018 18:53:27 +0530 Subject: [PATCH] Issue #40 fix: pass name, address, city etc while placing the order so that the order details are shown prefilled on the 2checkout --- code/plugins/2checkout/2checkout.php | 2 +- code/plugins/2checkout/2checkout/tmpl/default.php | 2 +- code/plugins/2checkout/2checkout/tmpl/form.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/plugins/2checkout/2checkout.php b/code/plugins/2checkout/2checkout.php index 5ddc3b6..76bbbf6 100755 --- a/code/plugins/2checkout/2checkout.php +++ b/code/plugins/2checkout/2checkout.php @@ -3,7 +3,7 @@ * @package Joomla Payments * @author TechJoomla * @website http://techjoomla.com - * @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved. + * @copyright Copyright (c) 2009-2018 TechJoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ diff --git a/code/plugins/2checkout/2checkout/tmpl/default.php b/code/plugins/2checkout/2checkout/tmpl/default.php index 0fe87c0..c4c4a6f 100755 --- a/code/plugins/2checkout/2checkout/tmpl/default.php +++ b/code/plugins/2checkout/2checkout/tmpl/default.php @@ -3,7 +3,7 @@ * @package Joomla Payments * @author TechJoomla * @website http://techjoomla.com - * @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved. + * @copyright Copyright (c) 2009-2018 TechJoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die('Restricted access'); diff --git a/code/plugins/2checkout/2checkout/tmpl/form.php b/code/plugins/2checkout/2checkout/tmpl/form.php index e4b54ec..e3ded9a 100755 --- a/code/plugins/2checkout/2checkout/tmpl/form.php +++ b/code/plugins/2checkout/2checkout/tmpl/form.php @@ -3,7 +3,7 @@ * @package Joomla Payments * @author TechJoomla * @website http://techjoomla.com - * @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved. + * @copyright Copyright (c) 2009-2018 TechJoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die('Restricted access');