Changeset 3366854
- Timestamp:
- 09/24/2025 04:05:35 AM (6 months ago)
- Location:
- moceansms-order-sms-notification-for-woocommerce/trunk
- Files:
-
- 2 edited
-
lib/MoceanSMS.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
moceansms-order-sms-notification-for-woocommerce/trunk/lib/MoceanSMS.php
r3365498 r3366854 154 154 curl_setopt($rest_request, CURLOPT_POSTFIELDS, http_build_query($params)); 155 155 } else { 156 $query_string = ''; 157 foreach($params as $parameter_name => $parameter_value) { 158 $query_string .= '&'.$parameter_name.'='.$parameter_value; 159 } 160 $query_string = substr($query_string, 1); 156 $query_string = http_build_query($params); 161 157 curl_setopt($rest_request, CURLOPT_URL, $url.'?'.$query_string); 162 158 } -
moceansms-order-sms-notification-for-woocommerce/trunk/readme.txt
r3366264 r3366854 6 6 WC requires at least: 2.6 7 7 WC tested up to: 5.2.2 8 Stable tag: 1.5. 48 Stable tag: 1.5.5 9 9 Requires PHP: 5.6 10 10 License: GPLv3
Note: See TracChangeset
for help on using the changeset viewer.