Changeset 3303869
- Timestamp:
- 05/31/2025 07:28:25 AM (10 months ago)
- Location:
- bot-for-telegram-on-woocommerce
- Files:
-
- 2 edited
-
tags/1.2.9/pro/includes/BFTOW_PRO_Notifications.php (modified) (1 diff)
-
trunk/pro/includes/BFTOW_PRO_Notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bot-for-telegram-on-woocommerce/tags/1.2.9/pro/includes/BFTOW_PRO_Notifications.php
r3303855 r3303869 66 66 ]; 67 67 $result = BFTOW_Api::getInstance()->send_message('sendMessage', $customer_data); 68 $result = json_decode($result['body'], true); 68 69 69 $r = array( 70 70 'message' => esc_html__('Error, please make sure you enter the correct public channel name', 'bot-for-telegram-on-woocommerce'), 71 71 'status' => 'error' 72 72 ); 73 73 74 if($result['ok'] && !empty($result['result']['chat']['id'])){ 74 75 $chat_id = esc_html($result['result']['chat']['id']); -
bot-for-telegram-on-woocommerce/trunk/pro/includes/BFTOW_PRO_Notifications.php
r3303855 r3303869 66 66 ]; 67 67 $result = BFTOW_Api::getInstance()->send_message('sendMessage', $customer_data); 68 $result = json_decode($result['body'], true); 68 69 69 $r = array( 70 70 'message' => esc_html__('Error, please make sure you enter the correct public channel name', 'bot-for-telegram-on-woocommerce'), 71 71 'status' => 'error' 72 72 ); 73 73 74 if($result['ok'] && !empty($result['result']['chat']['id'])){ 74 75 $chat_id = esc_html($result['result']['chat']['id']);
Note: See TracChangeset
for help on using the changeset viewer.