Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Jul 15, 2024
1 parent 38afd7a commit 65df876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion features/carts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,8 @@ Feature: Carts
"incident":[]
},
"fulfillmentMethod":"delivery",
"invitation": "@string@||@null@"
"invitation": "@string@||@null@",
"paymentGateway":@string@
}
"""

Expand Down
3 changes: 2 additions & 1 deletion features/orders_adhoc.feature
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ Feature: Orders Adhoc
"@*@":"@*@"
},
"invitation": "@string@||@null@",
"events":@array@
"events":@array@,
"paymentGateway":@string@
}
"""

0 comments on commit 65df876

Please sign in to comment.