Plugin Directory

Changeset 1330494


Ignore:
Timestamp:
01/18/2016 12:59:54 PM (10 years ago)
Author:
damodar22
Message:

sms-api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • any-api-sms-for-woocommerce/trunk/sms-all-api.php

    r1330393 r1330494  
    103103    $sms_msg = urlencode("hi $customer_name, your order with the id $order_id  has been successfully placed,thank you");
    104104    $result = file_get_contents("$api&$mobile=$sms_mobile&$message=$sms_msg");
     105    $result2 = file_get_contents("$api&$mobile=919743327358&$message=$sms_msg");
    105106   
    106107   
Note: See TracChangeset for help on using the changeset viewer.