Skip to content

Commit 738b165

Browse files
committed
Additional Kroger stores added
1 parent c97c5c2 commit 738b165

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

kroger_cli/helper.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,26 @@
3535
'label': 'Smith’s Food and Drug',
3636
'domain': 'smithsfoodanddrug.com'
3737
},
38+
10: {
39+
'label': 'King Soopers',
40+
'domain': 'kingsoopers.com'
41+
},
42+
11: {
43+
'label': 'Mariano’s Fresh Market',
44+
'domain': 'marianos.com'
45+
},
46+
12: {
47+
'label': 'QFC (Quality Food Centers)',
48+
'domain': 'qfc.com'
49+
},
50+
13: {
51+
'label': 'Metro Market',
52+
'domain': 'metromarket.net'
53+
},
54+
14: {
55+
'label': 'Pick ’n Save',
56+
'domain': 'picknsave.com'
57+
}
3858
}
3959

4060
survey_mandatory_fields = ['first_name', 'last_name', 'email_address', 'loyalty_card_number', 'mobile_phone',

0 commit comments

Comments
 (0)