Plugin Directory

Changeset 3063623


Ignore:
Timestamp:
04/03/2024 11:04:31 AM (23 months ago)
Author:
phcwordpress
Message:

update curl_close($ch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • drivefx-woocommerce/trunk/class.DriveFxWoocommerce.php

    r3059006 r3063623  
    13431343                $this->auth_services->PHCLogout($ch, $credentials);                     
    13441344            }       
    1345             curl_close($ch);   
    13461345        }
    13471346
     
    14361435                $this->auth_services->PHCLogout($ch, $credentials);
    14371436            }
    1438             curl_close($ch);   
    14391437        }
    14401438
     
    14771475                $this->auth_services->PHCLogout($ch, $credentials);
    14781476            }
    1479             curl_close($ch);
    14801477        }
    14811478
     
    16151612                $this->logs->writeFileLog('cancelOrder', "Exit for ID: ".$order_id);
    16161613                $this->lockEnd();
    1617                 curl_close($ch);
    16181614            }
    16191615        }
     
    17551751            $this->logs->writeFileLog('completedOrder', "Exit " . $order_id);
    17561752            $this->lockEnd();
    1757             curl_close($ch);
    17581753        }
    17591754
     
    21712166                $this->auth_services->PHCLogout($ch, $credentials);
    21722167            }           
    2173             curl_close($ch);
    2174 
    21752168            return $tableProducts;
    21762169        }
Note: See TracChangeset for help on using the changeset viewer.