Revisions for incubator/Horde_Payment/lib/api.php

Location: [ Horde ] / incubator / Horde_Payment / lib / api.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.19 (+6 -3 lines) 11/15/2008 11:14 AM Duck duck

Assign Copyright to Horde Project and preserve me as author

1.18 (+8 -2 lines) 01/18/2008 11:24 AM Duck duck

Return error if there are no methos availabe

1.17 (+15 -3 lines) 08/27/2007 04:44 AM Duck duck

Allow to get the transaction even from the module internal id

1.16 (+5 -5 lines) 06/28/2007 05:26 AM Duck duck

Move constants inside class

1.15 (+26 -3 lines) 06/28/2007 05:21 AM Duck duck

is_a to instanceof

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

rename $payment global to $payment_driver

1.13 (+3 -10 lines) 03/29/2007 07:42 AM Duck duck

No need to pass the app, since the authorization stores the native app.
Move permission check in the void method.

1.12 (+51 -8 lines) 03/29/2007 06:38 AM Duck duck

Add methods to get the list of available statuses list and authorization data.

1.11 (+1 -16 lines) 10/17/2006 04:29 PM Duck duck

Clean ups and phpdocs fixes

1.10 (+4 -3 lines) 10/02/2006 02:01 PM Duck duck

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

1.9 (+21 -5 lines) 10/01/2006 11:24 AM Duck duck

Fix orders list
Add remember the last listed app

1.8 (+23 -39 lines) 10/01/2006 08:19 AM Duck duck

Start working on orders

1.7 (+2 -2 lines) 09/29/2006 11:44 AM Duck duck

Allow listing authorizations to the permitted users.
Move authorizations management in its own directory.

1.6 (+2 -2 lines) 09/28/2006 03:08 PM Duck duck

Move void handling in a separate method and call the payment method if it supports voiding.

1.5 (+50 -15 lines) 09/28/2006 02:48 PM Duck duck

Add authorization permissions. Add voidRequest api call that can be issued only from users with delete permission.

1.4 (+17 -3 lines) 09/28/2006 01:50 PM Duck duck

Allow selling application to pass addition data to the payment process. Mainly used to pass the billing address from the selling application to to the payment process. However the additional data are stored in the SESSION, because can be restored by the payment method. This is to prevent spoofing payment ID and see client sensitive information in the filled payment form.

1.3 (+3 -3 lines) 09/28/2006 09:32 AM Duck duck

Minor fixes

1.2 (+21 -5 lines) 09/28/2006 07:54 AM Duck duck

Update incubator paths and names.
Add getMethods api call to list methods linked to current app

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

Import Horde_Payment module from Duck.