Changeset 995

Show
Ignore:
Timestamp:
11/06/2007 01:22:13 PM (13 months ago)
Author:
zombor
Message:

Get some paypal action going!

Location:
trunk/system/libraries/drivers
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Creditcard_Authorize.php

    r894 r995  
    11<?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 
    45 * 
    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> 
    1710 * 
    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 $ 
    2112 */ 
    2213class Creditcard_Authorize_Driver