Changeset 995
- Timestamp:
- 11/06/2007 01:22:13 PM (13 months ago)
- Location:
- trunk/system/libraries/drivers
- Files:
-
- 1 added
- 1 modified
-
Creditcard_Authorize.php (modified) (1 diff)
-
Creditcard_Paypal.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Creditcard_Authorize.php
r894 r995 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 /** 3 * Kohana: The swift, small, and secure PHP5 framework 2 /* 3 * Class: Creditcard_Authorize_Driver 4 * Provides payment processing with Authorize.net 4 5 * 5 * @package Kohana 6 * @author Kohana Team 7 * @copyright Copyright (c) 2007 Kohana Team 8 * @link http://kohanaphp.com 9 * @license http://kohanaphp.com/license.html 10 * @since Version 2.0 11 * @filesource 12 * $Id: Database_Mysql.php 829 2007-10-15 18:15:37Z zombor $ 13 */ 14 15 /** 16 * Credit Card Authorize.net Driver 6 * Kohana Source Code: 7 * author - Kohana Team 8 * copyright - (c) 2007 Kohana Team 9 * license - <http://kohanaphp.com/license.html> 17 10 * 18 * @category Credit Card 19 * @author Kohana Team 20 * @link http://kohanaphp.com/user_guide/en/libraries/database.html 11 * $Id: Creditcard_Authorize.php 975 2007-11-04 13:18:16Z Geert $ 21 12 */ 22 13 class Creditcard_Authorize_Driver
