added scheduled vendor payouts workflow activity

This commit is contained in:
JT Smith 2009-10-20 11:04:03 -05:00
parent b8b7dc2875
commit d87d766856
5 changed files with 357 additions and 7 deletions

View file

@ -133,6 +133,7 @@ checkModule('Digest::SHA', '5.47' );
checkModule("CSS::Minifier::XS", "0.03" );
checkModule("JavaScript::Minifier::XS", "0.05" );
checkModule("Readonly", "1.03" );
checkModule("Business::PayPal::API", "0.62" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;