Fix a bug where the ITransact credentials template was not defined for plugins.

This prevented any credit card transactions from taking place.
This commit is contained in:
Colin Kuskie 2008-12-19 14:55:34 +00:00
parent c9dda0412c
commit eeef2fb330
5 changed files with 37 additions and 5 deletions

View file

@ -368,10 +368,11 @@ sub definition {
hoverHelp => $i18n->get('use cvv2 help'),
},
credentialsTemplateId => {
fieldType => 'template',
label => $i18n->get('credentials template'),
hoverHelp => $i18n->get('credentials template help'),
namespace => 'Shop/Credentials',
fieldType => 'template',
label => $i18n->get('credentials template'),
hoverHelp => $i18n->get('credentials template help'),
namespace => 'Shop/Credentials',
defaultValue => 'itransact_credentials1',
},
emailMessage => {
fieldType => 'textarea',