summaryrefslogtreecommitdiff
path: root/FS/FS/Setup.pm
diff options
context:
space:
mode:
authorjeff <jeff>2006-08-26 23:15:14 +0000
committerjeff <jeff>2006-08-26 23:15:14 +0000
commit6af1b1bfa25e5ececef5e0dcd38b55917121cee2 (patch)
treecb81deb99bee814a037fd866fa10981ae459472f /FS/FS/Setup.pm
parent62ee3858ef853cb2b4f1a6cd98f8a608e7d11d7d (diff)
batch refactor continued
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r--FS/FS/Setup.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm
index 90f6f10..fff8256 100644
--- a/FS/FS/Setup.pm
+++ b/FS/FS/Setup.pm
@@ -143,7 +143,7 @@ sub initial_data {
{ 'payby' => 'CARD',
'event' => 'Batch card',
'seconds' => 0,
- 'eventcode' => '$cust_bill->batch_card();',
+ 'eventcode' => '$cust_bill->batch_card(%options);',
'weight' => 40,
'plan' => 'batch-card',
},
@@ -175,6 +175,13 @@ sub initial_data {
'weight' => 40,
'plan' => 'suspend',
},
+ { 'payby' => 'DCLN',
+ 'event' => 'Retriable',
+ 'seconds' => 0,
+ 'eventcode' => '$cust_bill_event->retriable();',
+ 'weight' => 60,
+ 'plan' => 'retriable',
+ },
],
#you must create a service definition. An example of a service definition