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:
parent
c9dda0412c
commit
eeef2fb330
5 changed files with 37 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue