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 1, 2024
1 parent efe812d commit f32f07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/payment/opayo.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public function disableRecurring() {

$this->model_extension_payment_opayo->editRecurringStatus($order_recurring_id, 2);

$data['success'] = $this->language->get('success_disable_recurring');
$data['success'] = $this->language->get('success_disable_recurring');
}

$data['error'] = $this->error;
Expand Down

0 comments on commit f32f07c

Please sign in to comment.