Skip to content

Commit

Permalink
Removed whitespaces in extension/payment/paypal
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jun 20, 2024
1 parent 8a18c23 commit 747703e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/catalog/controller/extension/payment/paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ public function approveOrder() {
} elseif (isset($error['message'])) {
$error_messages[] = $error['message'];
}

$this->model_extension_payment_paypal->log($error, $error['message']);
}

Expand Down Expand Up @@ -1602,7 +1602,7 @@ public function approveOrder() {
} elseif (isset($error['message'])) {
$error_messages[] = $error['message'];
}

$this->model_extension_payment_paypal->log($error, $error['message']);
}

Expand Down

0 comments on commit 747703e

Please sign in to comment.