diff --git a/t/Shop/PayDriver.t b/t/Shop/PayDriver.t index ed522f6a6..1fa6f0ae8 100644 --- a/t/Shop/PayDriver.t +++ b/t/Shop/PayDriver.t @@ -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',