Plugin Directory

Changeset 1743262


Ignore:
Timestamp:
10/09/2017 11:46:14 AM (8 years ago)
Author:
blulogistics1
Message:

modified API URL's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blu-logistics/trunk/bluAPI.php

    r1732050 r1743262  
    55    public function blsm_merchant_authentication($merchant)
    66    {
    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';
    88           
    99        $post_url .='?merchantId='.$merchant['merchant_id'].'&authKey='.$merchant['merchant_auth_key'];
     
    269269    public function blsmGetAPIRate($product_weight, $dest_city, $dest_zip, $dest_state, $dest_country)
    270270    {
    271         $priceAPI = 'http://61.16.3.131:8080/shipAPI/shippingPrice/getPrice';
     271        $priceAPI = 'http://52.76.74.113/shipAPI/shippingPrice/getPrice';
    272272        $headers= array('Authorization:Basic Ymx1d29ybGQ6Qmx1dzBybGQ=','Content-Type: application/json','accept: application/json');
    273273       
Note: See TracChangeset for help on using the changeset viewer.