Changeset 1743262
- Timestamp:
- 10/09/2017 11:46:14 AM (8 years ago)
- File:
-
- 1 edited
-
blu-logistics/trunk/bluAPI.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blu-logistics/trunk/bluAPI.php
r1732050 r1743262 5 5 public function blsm_merchant_authentication($merchant) 6 6 { 7 $post_url = 'http:// 61.16.3.131:8080/authAPI/rest/MerchantAuthRS/validate';7 $post_url = 'http://52.76.74.113/authAPI/rest/MerchantAuthRS/validate'; 8 8 9 9 $post_url .='?merchantId='.$merchant['merchant_id'].'&authKey='.$merchant['merchant_auth_key']; … … 269 269 public function blsmGetAPIRate($product_weight, $dest_city, $dest_zip, $dest_state, $dest_country) 270 270 { 271 $priceAPI = 'http:// 61.16.3.131:8080/shipAPI/shippingPrice/getPrice';271 $priceAPI = 'http://52.76.74.113/shipAPI/shippingPrice/getPrice'; 272 272 $headers= array('Authorization:Basic Ymx1d29ybGQ6Qmx1dzBybGQ=','Content-Type: application/json','accept: application/json'); 273 273
Note: See TracChangeset
for help on using the changeset viewer.