Plugin Directory

Changeset 1942495


Ignore:
Timestamp:
09/17/2018 09:45:20 AM (7 years ago)
Author:
tridungpham
Message:

Update ENVIROMENT

Location:
chatwing-float-chatbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chatwing-float-chatbox/tags/0.0.1/chatwing-sdk/src/ChatwingFloatUI/FloatUI.php

    r1788674 r1942495  
    6363      $tokenCustom = $this->customLoginFloatChatbox();
    6464      $url = '<script src="'.$domain[$api->getEnv()];
    65       $url = $url.'/assets/float_ui/js/dev/chatwing.js?chatbox_floating=true&chatbox_key='.$key;
     65      $url = $url.'/assets/float_ui/js/production/chatwing.js?chatbox_floating=true&chatbox_key='.$key;
    6666      $url = $url .'&access_token='.$tokenCustom;
    6767      $url = $url .'&plugin=wordpress';
  • chatwing-float-chatbox/trunk/chatwing-sdk/src/ChatwingFloatUI/FloatUI.php

    r1788669 r1942495  
    6363      $tokenCustom = $this->customLoginFloatChatbox();
    6464      $url = '<script src="'.$domain[$api->getEnv()];
    65       $url = $url.'/assets/float_ui/js/dev/chatwing.js?chatbox_floating=true&chatbox_key='.$key;
     65      $url = $url.'/assets/float_ui/js/production/chatwing.js?chatbox_floating=true&chatbox_key='.$key;
    6666      $url = $url .'&access_token='.$tokenCustom;
    6767      $url = $url .'&plugin=wordpress';
Note: See TracChangeset for help on using the changeset viewer.