From 6cb11764a18ff1a043c6894a0924cd75c12340b1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 16 Dec 2008 18:41:17 +0000 Subject: [PATCH] forward porting ITransact template variable help fix --- lib/WebGUI/Help/PayDriver_ITransact.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Help/PayDriver_ITransact.pm b/lib/WebGUI/Help/PayDriver_ITransact.pm index 0fb0984ae..7473eafd0 100644 --- a/lib/WebGUI/Help/PayDriver_ITransact.pm +++ b/lib/WebGUI/Help/PayDriver_ITransact.pm @@ -70,7 +70,7 @@ our $HELP = { }, { name => "emailField", - description => "emailNumberField help", + description => "emailField help", required => 1, }, { @@ -80,12 +80,12 @@ our $HELP = { }, { name => "monthYearField", - description => "monthYearNumberField help", + description => "monthYearField help", required => 1, }, { name => "cvv2Field", - description => "cvv2NumberField help", + description => "cvv2Field help", required => 1, }, {