update defaultValue in the group field of the PayDriver definition
This commit is contained in:
parent
6a6886c818
commit
711d0f5fc1
1 changed files with 4 additions and 1 deletions
|
|
@ -68,6 +68,9 @@ cmp_deeply (
|
|||
|
||||
$definition = WebGUI::Shop::PayDriver->definition($session);
|
||||
|
||||
use Data::Dumper;
|
||||
diag Dumper $definition;
|
||||
|
||||
cmp_deeply (
|
||||
$definition,
|
||||
[ {
|
||||
|
|
@ -89,7 +92,7 @@ cmp_deeply (
|
|||
fieldType => 'group',
|
||||
label => ignore(),
|
||||
hoverHelp => ignore(),
|
||||
defaultValue => 1,
|
||||
defaultValue => 7,
|
||||
},
|
||||
receiptEmailTemplateId => {
|
||||
fieldType => 'template',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue