Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.2, Sun Jul 5 08:57:29 2009 UTC | revision 1.1.2.3, Thu Oct 22 03:41:08 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: ec_store.api.php,v 1.1.2.2 2009/07/05 08:57:29 recidive Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 20 | Line 20 |
| 20 | */ | */ |
| 21 | function hook_ec_transaction_types() { | function hook_ec_transaction_types() { |
| 22 | return array( | return array( |
| 23 | 'donation' => t('Donation'), | 'ec_donate' => t('Donation'), |
| 24 | ); | ); |
| 25 | } | } |
| 26 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |