-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from magento-gl/gl_pr_jan14_2022
Resolved Failed Web API Tests
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"PickupLocation type not defined in schema.","PickupLocation type not defined in schema." | ||
"Region or city or postcode must be specified for the filter by distance.","Region or city or postcode must be specified for the filter by distance." | ||
"currentPage value must be greater than 0.","current_page value must be greater than 0." | ||
"pageSize value must be greater than 0.","page_size value must be greater than 0." | ||
"currentPage value %1 specified is greater than the %2 page(s) available.","current_page value %1 specified is greater than the %2 page(s) available." | ||
"currentPage value must be greater than 0.","currentPage value must be greater than 0." | ||
"pageSize value must be greater than 0.","pageSize value must be greater than 0." | ||
"currentPage value %1 specified is greater than the %2 page(s) available.","currentPage value %1 specified is greater than the %2 page(s) available." |