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);
|
$definition = WebGUI::Shop::PayDriver->definition($session);
|
||||||
|
|
||||||
|
use Data::Dumper;
|
||||||
|
diag Dumper $definition;
|
||||||
|
|
||||||
cmp_deeply (
|
cmp_deeply (
|
||||||
$definition,
|
$definition,
|
||||||
[ {
|
[ {
|
||||||
|
|
@ -89,7 +92,7 @@ cmp_deeply (
|
||||||
fieldType => 'group',
|
fieldType => 'group',
|
||||||
label => ignore(),
|
label => ignore(),
|
||||||
hoverHelp => ignore(),
|
hoverHelp => ignore(),
|
||||||
defaultValue => 1,
|
defaultValue => 7,
|
||||||
},
|
},
|
||||||
receiptEmailTemplateId => {
|
receiptEmailTemplateId => {
|
||||||
fieldType => 'template',
|
fieldType => 'template',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue