Changeset 3063623
- Timestamp:
- 04/03/2024 11:04:31 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drivefx-woocommerce/trunk/class.DriveFxWoocommerce.php
r3059006 r3063623 1343 1343 $this->auth_services->PHCLogout($ch, $credentials); 1344 1344 } 1345 curl_close($ch);1346 1345 } 1347 1346 … … 1436 1435 $this->auth_services->PHCLogout($ch, $credentials); 1437 1436 } 1438 curl_close($ch);1439 1437 } 1440 1438 … … 1477 1475 $this->auth_services->PHCLogout($ch, $credentials); 1478 1476 } 1479 curl_close($ch);1480 1477 } 1481 1478 … … 1615 1612 $this->logs->writeFileLog('cancelOrder', "Exit for ID: ".$order_id); 1616 1613 $this->lockEnd(); 1617 curl_close($ch);1618 1614 } 1619 1615 } … … 1755 1751 $this->logs->writeFileLog('completedOrder', "Exit " . $order_id); 1756 1752 $this->lockEnd(); 1757 curl_close($ch);1758 1753 } 1759 1754 … … 2171 2166 $this->auth_services->PHCLogout($ch, $credentials); 2172 2167 } 2173 curl_close($ch);2174 2175 2168 return $tableProducts; 2176 2169 }
Note: See TracChangeset
for help on using the changeset viewer.