Plugin Directory

Changeset 2638393


Ignore:
Timestamp:
12/02/2021 06:33:14 AM (4 years ago)
Author:
sprintlogistics
Message:

change in short key

Location:
sprint/trunk/includes/Api/Callback
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sprint/trunk/includes/Api/Callback/ERP_SPRINT_Create_Manual_Waybill.php

    r2617733 r2638393  
    120120        "shop" => $_SERVER['HTTP_HOST'] ,
    121121        "shop_url" => $_SERVER['HTTP_HOST'] ,
    122         "short_key" => ERP_SHORT_KEY,
     122        "short_key" => ERP_SPRINT_SHORT_KEY,
    123123      );
    124124
  • sprint/trunk/includes/Api/Callback/ERP_SPRINT_Order_Api.php

    r2617733 r2638393  
    2828      "shop" => $_SERVER['HTTP_HOST'],
    2929      "shop_url" => $_SERVER['HTTP_HOST'],
    30       "short_key" => ERP_SHORT_KEY,
     30      "short_key" => ERP_SPRINT_SHORT_KEY,
    3131    );
    3232
     
    162162      "shop" => $_SERVER['HTTP_HOST'] ,
    163163      "shop_url" => $_SERVER['HTTP_HOST'] ,
    164       "short_key" => ERP_SHORT_KEY,
     164      "short_key" => ERP_SPRINT_SHORT_KEY,
    165165    );
    166166    if ($data->messageType == 'Success') {
Note: See TracChangeset for help on using the changeset viewer.