Skip to content

Commit

Permalink
Update divido.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter authored Dec 31, 2023
1 parent 33bb158 commit 4432486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/payment/divido.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function update(): string {
$order_id = $data->metadata->order_id;
$order_info = $this->model_checkout_order->getOrder($order_id);
$status_id = $order_info['order_status_id'];
$message = "Status: {$data->status}";
$message = 'Status: {$data->status}';

if (isset($this->history_messages[$data->status])) {
$message = $this->history_messages[$data->status];
Expand Down

0 comments on commit 4432486

Please sign in to comment.