Revisions for incubator/Horde_Payment/process/index.php

Location: [ Horde ] / incubator / Horde_Payment / process / index.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.16 (+7 -4 lines) 11/15/2008 11:14 AM Duck duck

Assign Copyright to Horde Project and preserve me as author

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

- Autoload.
- @define -> define

1.14 (+2 -2 lines) 06/28/2007 05:26 AM Duck duck

Move constants inside class

1.13 (+4 -4 lines) 06/28/2007 05:21 AM Duck duck

is_a to instanceof

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

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

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

rename $payment global to $payment_driver

1.10 (+10 -13 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.9 (+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.8 (+2 -2 lines) 10/17/2006 04:29 PM Duck duck

Clean ups and phpdocs fixes

1.7 (+1 -1 lines) 10/17/2006 04:26 AM Duck duck

Show save method option only for registered user and no session bassed prefs.
Catch errors when gettig refferecne name

1.6 (+2 -2 lines) 10/09/2006 01:44 PM Duck duck

Use singleton to avoid recreation when listing methods and dealing with them.

1.5 (+12 -2 lines) 10/05/2006 08:56 AM Duck duck

Custom renderer for the method selection menu allows us to customize the look of the radio label for every method (like adding CC pictures etc.)

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

Allow to set minimal and maximal amount for the selected payment method

1.3 (+3 -1 lines) 10/01/2006 08:19 AM Duck duck

Start working on orders

1.2 (+7 -0 lines) 09/29/2006 01:08 PM Duck duck

Allow voiding authorizations by users with delete permission on the selling app.

1.1 09/27/2006 01:51 PM Chuck Hagenbuch chuck

Import Horde_Payment module from Duck.