Revisions for incubator/Horde_Payment/lib/Method.php

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

Assign Copyright to Horde Project and preserve me as author

1.13 (+53 -54 lines) 09/10/2008 09:49 AM Duck duck

Catch errors.
Remove uneeded references.
Fix comments idents.

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 (+10 -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.10 (+11 -1 lines) 10/17/2006 04:29 PM Duck duck

Clean ups and phpdocs fixes

1.9 (+2 -40 lines) 10/10/2006 12:40 PM Duck duck

Amount is not an integer.
Update some phpdocs.
Remove unneeded  getCartObjects() method.

1.8 (+26 -1 lines) 10/09/2006 01:44 PM Duck duck

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

1.7 (+52 -1 lines) 10/06/2006 10:02 AM Duck duck

Accept articles data not just billing info.

1.6 (+9 -1 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.5 (+5 -4 lines) 10/04/2006 12:29 PM Duck duck

Enlarge Method::get() to pass not only general settings.
Mage Profroma Bill data configurable.
Spli Payment_Driver::updateAttributes to separate add/update methods and track create/update time.

1.4 (+14 -3 lines) 10/02/2006 01:12 PM Duck duck

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

1.3 (+9 -1 lines) 10/01/2006 11:24 AM Duck duck

Fix orders list
Add remember the last listed app

1.2 (+9 -1 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.1 09/27/2006 01:51 PM Chuck Hagenbuch chuck

Import Horde_Payment module from Duck.