We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bc2fd commit 600fc5aCopy full SHA for 600fc5a
src/ffspostgres/init-scripts/20-ffs_data.sql
@@ -7,6 +7,6 @@ VALUES
7
('productCatalogFailure', 'Fail product catalog service on a specific product', 0),
8
('recommendationCache', 'Cache recommendations', 0),
9
('adServiceFailure', 'Fail ad service requests', 0),
10
- ('cartServiceFailure', 'Fail cart service requests', 0)
+ ('cartServiceFailure', 'Fail cart service requests', 0),
11
('ItemNotFound', 'Fail Product Catalog Get - Not Found', 0),
12
('ItemListInternal', 'Fail Product Catalog List - Internal server error', 0);
0 commit comments