Refill request validator added with stubs
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebMoneyRefillFormCommand.php
index 1fa33d45905107b0ff6c423c05f147d9fe9715de..dc25f257a1195263cda459fb994fdb541e4b0289 100644 (file)
@@ -83,6 +83,9 @@ class WebMoneyRefillFormCommand extends BaseCommand implements Commandable {
 
                // Verify CAPTCHA code
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_refill_verifier_class'));
+
+               // Verify refill request
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('refill_request_validator_class'));
        }
 }