Skip to content

Commit 4789687

Browse files
committed
removed a validation that is no longer invalid and is not advertised as a way to accept offer
1 parent b42abae commit 4789687

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: test/integration/tests/button/validation.js

-12
Original file line numberDiff line numberDiff line change
@@ -948,18 +948,6 @@ const buttonConfigs = [
948948
},
949949
valid: false,
950950
},
951-
952-
{
953-
message: {
954-
amount: 100,
955-
offer: "pay_later_long_term",
956-
color: "black",
957-
position: "top",
958-
align: "left",
959-
},
960-
valid: true,
961-
},
962-
963951
{
964952
message: {
965953
amount: 100,

0 commit comments

Comments
 (0)