Forward port PayDriver button and labeling fix.

Forward port testEnvironment fix for not having prerequisite perl modules.
This commit is contained in:
Colin Kuskie 2008-12-10 02:28:39 +00:00
parent 08bf6b5147
commit 6336e569ff
5 changed files with 12 additions and 5 deletions

View file

@ -337,7 +337,7 @@ sub www_manage {
.WebGUI::Form::formFooter($session)
# Append payment gateway label
.' '. $paymentGateway->label()
.' '. $paymentGateway->get('label')
.'</div>';
}