Skip to content

Commit

Permalink
Remove redundant file
Browse files Browse the repository at this point in the history
  • Loading branch information
mhcwebdesign committed Feb 12, 2024
1 parent 20e5342 commit 68c3f32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion upload/catalog/model/extension/payment/opayo.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public function updateCronRunTime() {
$this->db->query("INSERT INTO `" . DB_PREFIX . "setting` (`store_id`, `code`, `key`, `value`, `serialized`) VALUES (0, 'opayo', 'payment_opayo_last_cron_run', NOW(), 0)");
}

public function sendCurl($url, $payment_data, $i = null) {
public function sendCurl(string $url, array $payment_data, $i = null) {
$curl = curl_init($url);

curl_setopt($curl, CURLOPT_PORT, 443);
Expand Down

0 comments on commit 68c3f32

Please sign in to comment.