Skip to content

Commit

Permalink
Added space on load language extension in PayPal Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jun 5, 2024
1 parent 845dcbe commit 9672ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/payment/paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@ public function customer_delete_customer_before($route, &$data) {

public function order_info_before($route, &$data) {
if ($this->config->get('payment_paypal_status') && !empty($this->request->get['order_id'])) {
$this->load->language('extension/payment/paypal','extension_payment_paypal');
$this->load->language('extension/payment/paypal', 'extension_payment_paypal');

$content = $this->getPaymentDetails((int)$this->request->get['order_id']);

Expand Down

0 comments on commit 9672ab5

Please sign in to comment.