From 44eb8857854ac2e75080fbaecef08f25c8b66e65 Mon Sep 17 00:00:00 2001 From: TheCartpenter Date: Sun, 2 Jun 2024 16:34:36 -0400 Subject: [PATCH] Removed whitespaces --- upload/catalog/controller/extension/payment/paypal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/catalog/controller/extension/payment/paypal.php b/upload/catalog/controller/extension/payment/paypal.php index dada41054..5ff5b4563 100644 --- a/upload/catalog/controller/extension/payment/paypal.php +++ b/upload/catalog/controller/extension/payment/paypal.php @@ -4335,7 +4335,7 @@ public function addReport(&$route, &$args): void { $this->model_checkout_order->addHistory($this->session->data['order_id'], $order_info['order_status_id'], $comment, true); } - } + } } private function validateShipping($code) {