Annotation of /com_supacart/trunk/admin_files/classes/payment/ps_skipjack.cfg.php
Parent Directory
|
Revision Log
Revision 4 - (view) (download)
| 1 : | andphe | 4 | <?php |
| 2 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 3 : | /** | ||
| 4 : | * | ||
| 5 : | * @version $Id: ps_skipjack.cfg.php 617 2007-01-04 19:43:08Z soeren_nb $ | ||
| 6 : | * @package SupaCart | ||
| 7 : | * @subpackage payment | ||
| 8 : | * See COPYRIGHT.php for copyright notices and details. | ||
| 9 : | * @license GNU/GPL Version 2, see LICENSE.php | ||
| 10 : | * SupaCart is free software, originally derived from Virtuemart. This version may have been modified pursuant | ||
| 11 : | * to the GNU General Public License, and as distributed it includes or | ||
| 12 : | * is derivative of works licensed under the GNU General Public License or | ||
| 13 : | * other free or open source software licenses. | ||
| 14 : | * See /administrator/components/com_supacart/COPYRIGHT.php for copyright notices and details. | ||
| 15 : | * | ||
| 16 : | * http://www.supacart.com | ||
| 17 : | */ | ||
| 18 : | |||
| 19 : | /** | ||
| 20 : | * | ||
| 21 : | * The ps_skipjack class, containing the payment processing code | ||
| 22 : | * for transactions with Skipjack.com | ||
| 23 : | * @copyright (C) 2005 Matthew Schick | ||
| 24 : | */ | ||
| 25 : | |||
| 26 : | define ('SKJ_TEST_REQUEST', 'FALSE'); | ||
| 27 : | define ('SKJ_SERIAL', '0000000000'); | ||
| 28 : | define ('SKJ_CHECK_CARD_CODE', 'NO'); | ||
| 29 : | define ('SKJ_VERIFIED_STATUS', 'P'); | ||
| 30 : | define ('SKJ_INVALID_STATUS', 'P'); | ||
| 31 : | define ('SKJ_RECURRING', 'NO'); | ||
| 32 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

