4.x+ self-service API: list and remove cards on file, RT#38919
[freeside.git] / bin / billco-upload
index a84750a..a5f67cd 100644 (file)
@@ -7,6 +7,7 @@ adminsuidsetup shift or die "usage: billco-upload username agentnum\n";
 my $agentnum = shift or die "usage: billco-upload username agentnum\n";
 
 FS::Cron::upload::billco_upload( 'agentnum' => $agentnum,
+                                 'date' => time,
                                  'v' => 1,
                                  'l' => 2,
                                );