Skip to content

Commit

Permalink
Update opayo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Feb 12, 2024
1 parent 71d5bd8 commit 91f0d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/model/extension/payment/opayo.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function editRecurringStatus($order_recurring_id, $status) {
$this->db->query("UPDATE `" . DB_PREFIX . "order_recurring` SET `status` = '" . (int)$status . "' WHERE `order_recurring_id` = '" . (int)$order_recurring_id . "'");
}

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

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

0 comments on commit 91f0d27

Please sign in to comment.