Skip to content

Commit

Permalink
Update pp_express.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 11, 2024
1 parent fee1540 commit e245ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function cancel() {
$response = curl_exec($curl);

if (!$response) {
$this->log(sprintf($this->language->get('error_curl'), curl_errno($curl), curl_error($curl)));
$log->write(sprintf($this->language->get('error_curl'), curl_errno($curl), curl_error($curl)));
}

curl_close($curl);
Expand Down

0 comments on commit e245ba8

Please sign in to comment.