diff --git a/t/Shop/PayDriver.t b/t/Shop/PayDriver.t index 476f64e24..2cb47422d 100644 --- a/t/Shop/PayDriver.t +++ b/t/Shop/PayDriver.t @@ -217,7 +217,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => 'submit', + name => 'send', type => 'submit', }, { diff --git a/t/Shop/PayDriver/Ogone.t b/t/Shop/PayDriver/Ogone.t index 6623a03b1..1f718f387 100644 --- a/t/Shop/PayDriver/Ogone.t +++ b/t/Shop/PayDriver/Ogone.t @@ -146,7 +146,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => 'submit', + name => 'send', type => 'submit', }, { diff --git a/t/Shop/ShipDriver.t b/t/Shop/ShipDriver.t index cd07887af..a15d63db8 100644 --- a/t/Shop/ShipDriver.t +++ b/t/Shop/ShipDriver.t @@ -150,7 +150,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => 'submit', + name => 'send', type => 'submit', }, { diff --git a/t/Shop/ShipDriver/FlatRate.t b/t/Shop/ShipDriver/FlatRate.t index 814e0745b..cdd4f0566 100644 --- a/t/Shop/ShipDriver/FlatRate.t +++ b/t/Shop/ShipDriver/FlatRate.t @@ -97,7 +97,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => "submit", + name => "send", type => 'submit', }, {