Plugin Directory

Changeset 2391237


Ignore:
Timestamp:
09/30/2020 09:27:05 PM (5 years ago)
Author:
logistia
Message:

1.1.1 release

Location:
logistia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • logistia/tags/1.1.1/includes/class-logistia-activator.php

    r2391188 r2391237  
    4444    static function signInUser($consumerKey, $consumerSecret)
    4545    {
    46         $url = 'https://qa-api.logistia.app/app/woocommerce/createIntegration';
     46        $url = 'https://api.logistia.app/app/woocommerce/createIntegration';
    4747        $current_user = wp_get_current_user();
    4848
  • logistia/trunk/includes/class-logistia-activator.php

    r2391188 r2391237  
    4444    static function signInUser($consumerKey, $consumerSecret)
    4545    {
    46         $url = 'https://qa-api.logistia.app/app/woocommerce/createIntegration';
     46        $url = 'https://api.logistia.app/app/woocommerce/createIntegration';
    4747        $current_user = wp_get_current_user();
    4848
Note: See TracChangeset for help on using the changeset viewer.