X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSetup.pm;h=fff8256b465094328f71fd3939685c138e76c17a;hb=6af1b1bfa25e5ececef5e0dcd38b55917121cee2;hp=7475d378253ef3a33cf610da6005c4fbe4273cf4;hpb=484fa24446f613b3371770fb3c3212fd115154f1;p=freeside.git diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index 7475d3782..fff8256b4 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', }, @@ -168,6 +168,20 @@ sub initial_data { 'weight' => 50, 'plan' => 'send', }, + { 'payby' => 'DCLN', + 'event' => 'Suspend', + 'seconds' => 0, + 'eventcode' => '$cust_bill->suspend();', + '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