Skip to content

Commit a6fe13b

Browse files
committed
fix: visible confusion
1 parent 558086f commit a6fe13b

File tree

1 file changed

+1
-1
lines changed
  • cypress-tests/cypress/e2e/PaymentUtils

1 file changed

+1
-1
lines changed

cypress-tests/cypress/e2e/PaymentUtils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function getValueByKey(jsonObject, key) {
7575

7676
export const should_continue_further = (res_data) => {
7777
if (res_data.trigger_skip !== undefined) {
78-
return res_data.trigger_skip;
78+
return !res_data.trigger_skip;
7979
}
8080

8181
if (

0 commit comments

Comments
 (0)