Configure notifications for Alsancak store - Mehmet Bey
Browse filesChanges:
📱 All notifications now go to: +905436362335
👤 Recipient: Mehmet Bey - Alsancak Store
📍 Location: İzmir Alsancak
All store notifications from all branches will be sent to this single number for now.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
- store_notification.py +7 -6
store_notification.py
CHANGED
@@ -16,11 +16,11 @@ logger = logging.getLogger(__name__)
|
|
16 |
|
17 |
# Mağaza WhatsApp numaraları
|
18 |
STORE_NUMBERS = {
|
19 |
-
"caddebostan": "+
|
20 |
-
"ortakoy": "+
|
21 |
-
"sariyer": "+
|
22 |
-
"alsancak": "+
|
23 |
-
"merkez": "+
|
24 |
}
|
25 |
|
26 |
# Twilio ayarları
|
@@ -189,7 +189,8 @@ def format_notification_message(
|
|
189 |
message_parts.extend([
|
190 |
"",
|
191 |
"---",
|
192 |
-
"Trek WhatsApp Bot"
|
|
|
193 |
])
|
194 |
|
195 |
return "\n".join(message_parts)
|
|
|
16 |
|
17 |
# Mağaza WhatsApp numaraları
|
18 |
STORE_NUMBERS = {
|
19 |
+
"caddebostan": "+905436362335", # Alsancak - Mehmet Bey
|
20 |
+
"ortakoy": "+905436362335", # Alsancak - Mehmet Bey
|
21 |
+
"sariyer": "+905436362335", # Alsancak - Mehmet Bey
|
22 |
+
"alsancak": "+905436362335", # İzmir Alsancak - Mehmet Bey
|
23 |
+
"merkez": "+905436362335" # Mehmet Bey - TÜM bildirimler buraya
|
24 |
}
|
25 |
|
26 |
# Twilio ayarları
|
|
|
189 |
message_parts.extend([
|
190 |
"",
|
191 |
"---",
|
192 |
+
"Trek WhatsApp Bot",
|
193 |
+
"📍 Alsancak Mağaza - Mehmet Bey"
|
194 |
])
|
195 |
|
196 |
return "\n".join(message_parts)
|