removed mods directory from the ATutor codebase
[atutor.git] / mods / ecomm / failure_beanstream.php
diff --git a/mods/ecomm/failure_beanstream.php b/mods/ecomm/failure_beanstream.php
deleted file mode 100644 (file)
index fa68b7e..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-/************************************************************************/
-/* ATutor                                                                                                                              */
-/************************************************************************/
-/* Copyright (c) 2002-2010                                              */
-/* Inclusive Design Institute                                           */
-/* http://atutor.ca                                                     */
-/* 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.                        */
-/************************************************************************/
-
-
-$_user_location        = 'users';
-define('AT_INCLUDE_PATH', '../../include/');
-require(AT_INCLUDE_PATH.'vitals.inc.php');
-require('include/payments.lib.php');
-require (AT_INCLUDE_PATH.'header.inc.php');
-?>
-<h3><?php echo _AT('ec_payment_failed'); ?></h3><br /><br />
-<div class="payerrbox">
-
-<?php $msg->printErrors('EC_PAYMENT_FAILED') ?>
-
-<br />
-
-<strong><?php echo $_GET['messageText']; ?></strong>
-</div><br /><br />
-
-<?php
-//uncomment to output error message from payment service
-//print_r($_GET);
-
-?>
-<!--<p align="center"><a href="/payment">Return to ATutor Payments</a></p>-->
-<?php
-require (AT_INCLUDE_PATH.'footer.inc.php');
-?>
\ No newline at end of file