Revisions for incubator/Horde_Payment/admin/add.php

Location: [ Horde ] / incubator / Horde_Payment / admin / add.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.11 (+8 -5 lines) 11/15/2008 11:14 AM Duck duck

Assign Copyright to Horde Project and preserve me as author

1.10 (+2 -5 lines) 01/18/2008 09:30 AM Duck duck

- Autoload.
- @define -> define

1.9 (+2 -2 lines) 06/28/2007 05:21 AM Duck duck

is_a to instanceof

1.8 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.7 (+3 -3 lines) 06/14/2007 11:50 PM Chuck Hagenbuch chuck

rename $payment global to $payment_driver

1.6 (+6 -2 lines) 02/27/2007 03:28 AM Duck duck

Minor GUI improvements and notifications on bad configuration.

1.5 (+4 -3 lines) 01/23/2007 06:17 AM Duck duck

Select only apps with authorizationResponse method.
Change the logic to include steps, not to redirect the user around.
Update proforma bill image.

1.4 (+2 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.3 (+7 -2 lines) 11/22/2006 10:18 AM Duck duck

Load configuration per vhost.
Set amount as string before inserting in DB, because of pear float bug.

1.2 (+2 -2 lines) 10/02/2006 01:12 PM Duck duck

Use Horde_Config from modules configuration.
Add the possibility to deactivate a payment module.

1.1 10/01/2006 02:35 AM Duck duck

Add page to add a testing transaction for payment method testing.