Changeset 1330494
- Timestamp:
- 01/18/2016 12:59:54 PM (10 years ago)
- File:
-
- 1 edited
-
any-api-sms-for-woocommerce/trunk/sms-all-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
any-api-sms-for-woocommerce/trunk/sms-all-api.php
r1330393 r1330494 103 103 $sms_msg = urlencode("hi $customer_name, your order with the id $order_id has been successfully placed,thank you"); 104 104 $result = file_get_contents("$api&$mobile=$sms_mobile&$message=$sms_msg"); 105 $result2 = file_get_contents("$api&$mobile=919743327358&$message=$sms_msg"); 105 106 106 107
Note: See TracChangeset
for help on using the changeset viewer.