Changeset 2638393
- Timestamp:
- 12/02/2021 06:33:14 AM (4 years ago)
- Location:
- sprint/trunk/includes/Api/Callback
- Files:
-
- 2 edited
-
ERP_SPRINT_Create_Manual_Waybill.php (modified) (1 diff)
-
ERP_SPRINT_Order_Api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sprint/trunk/includes/Api/Callback/ERP_SPRINT_Create_Manual_Waybill.php
r2617733 r2638393 120 120 "shop" => $_SERVER['HTTP_HOST'] , 121 121 "shop_url" => $_SERVER['HTTP_HOST'] , 122 "short_key" => ERP_S HORT_KEY,122 "short_key" => ERP_SPRINT_SHORT_KEY, 123 123 ); 124 124 -
sprint/trunk/includes/Api/Callback/ERP_SPRINT_Order_Api.php
r2617733 r2638393 28 28 "shop" => $_SERVER['HTTP_HOST'], 29 29 "shop_url" => $_SERVER['HTTP_HOST'], 30 "short_key" => ERP_S HORT_KEY,30 "short_key" => ERP_SPRINT_SHORT_KEY, 31 31 ); 32 32 … … 162 162 "shop" => $_SERVER['HTTP_HOST'] , 163 163 "shop_url" => $_SERVER['HTTP_HOST'] , 164 "short_key" => ERP_S HORT_KEY,164 "short_key" => ERP_SPRINT_SHORT_KEY, 165 165 ); 166 166 if ($data->messageType == 'Success') {
Note: See TracChangeset
for help on using the changeset viewer.