|
1.30 (+2 -2 lines) |
11/15/2008 11:14 AM |
Duck duck |
Assign Copyright to Horde Project and preserve me as author |
|
1.29 (+19 -16 lines) |
09/10/2008 09:49 AM |
Duck duck |
Catch errors.
Remove uneeded references.
Fix comments idents. |
|
1.28 (+1 -2 lines) |
01/18/2008 09:30 AM |
Duck duck |
- Autoload.
- @define -> define |
|
1.27 (+2 -2 lines) |
08/02/2007 05:58 AM |
Duck duck |
use array |
|
1.26 (+13 -15 lines) |
06/28/2007 05:26 AM |
Duck duck |
Move constants inside class |
|
1.25 (+9 -9 lines) |
06/28/2007 05:21 AM |
Duck duck |
is_a to instanceof |
|
1.24 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.23 (+7 -10 lines) |
06/14/2007 11:50 PM |
Chuck Hagenbuch chuck |
rename $payment global to $payment_driver |
|
1.22 (+5 -5 lines) |
05/20/2007 09:32 PM |
Chuck Hagenbuch chuck |
$mapper->getModel() -> $mapper->model |
|
1.21 (+11 -3 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.20 (+6 -2 lines) |
02/27/2007 03:28 AM |
Duck duck |
Minor GUI improvements and notifications on bad configuration. |
|
1.19 (+7 -12 lines) |
01/28/2007 09:10 AM |
Duck duck |
Simplfy with scandir and have a sorted result. |
|
1.18 (+12 -11 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.17 (+10 -18 lines) |
10/17/2006 04:29 PM |
Duck duck |
Clean ups and phpdocs fixes |
|
1.16 (+6 -1 lines) |
10/10/2006 12:40 PM |
Duck duck |
Amount is not an integer.
Update some phpdocs.
Remove unneeded getCartObjects() method. |
|
1.15 (+3 -3 lines) |
10/09/2006 01:44 PM |
Duck duck |
Use singleton to avoid recreation when listing methods and dealing with them. |
|
1.14 (+2 -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.13 (+4 -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.12 (+16 -5 lines) |
10/02/2006 02:01 PM |
Duck duck |
Allow to set minimal and maximal amount for the selected payment method |
|
1.11 (+18 -16 lines) |
10/02/2006 01:12 PM |
Duck duck |
Use Horde_Config from modules configuration.
Add the possibility to deactivate a payment module. |
|
1.10 (+26 -11 lines) |
10/01/2006 11:24 AM |
Duck duck |
Fix orders list
Add remember the last listed app |
|
1.9 (+2 -1 lines) |
10/01/2006 08:19 AM |
Duck duck |
Start working on orders |
|
1.8 (+3 -2 lines) |
10/01/2006 02:35 AM |
Duck duck |
Add page to add a testing transaction for payment method testing. |
|
1.7 (+2 -2 lines) |
09/29/2006 01:08 PM |
Duck duck |
Allow voiding authorizations by users with delete permission on the selling app. |
|
1.6 (+32 -8 lines) |
09/29/2006 11:44 AM |
Duck duck |
Allow listing authorizations to the permitted users.
Move authorizations management in its own directory. |
|
1.5 (+53 -4 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.4 (+34 -7 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.3 (+6 -1 lines) |
09/28/2006 12:44 PM |
Duck duck |
Pending is the default, so dont update status or callback the selling api |
|
1.2 (+8 -4 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. |