Failed attempts for governments added
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuRefillCommand.php
index 4c9d0e881182ccb7fee681c83c987bb2431c3c72..6d2450e4437f7c9391e733c78018c48e9985e711 100644 (file)
@@ -68,7 +68,7 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
                $templateInstance->assignVariable('refill_done', $requestInstance->getRequestElement('type'));
                $templateInstance->assignVariable('amount'     , $requestInstance->getRequestElement('amount'));
 
-               // This method does currently redirect if all goes right
+               // This method does currently redirect if all goes right. Booking is done in filters
                $responseInstance->redirectToConfiguredUrl('refill_page_done');
        }