SamiKoen Claude commited on
Commit
ec0f3ca
·
1 Parent(s): 076bb5b

Configure notifications for Alsancak store - Mehmet Bey

Browse files

Changes:
📱 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]>

Files changed (1) hide show
  1. 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": "+905332047254", # Caddebostan mağaza
20
- "ortakoy": "+905332047254", # Ortaköy mağaza
21
- "sariyer": "+905332047254", # Sarıyer/Bahçeköy mağaza
22
- "alsancak": "+905332047254", # İzmir Alsancak mağaza
23
- "merkez": "+905332047254" # Ana bildirim numarası - TÜM bildirimler buraya
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)