Skip to content

Commit

Permalink
Remove unnecessary array key when cart loaded
Browse files Browse the repository at this point in the history
AD4CR22I-9
  • Loading branch information
Tamara committed Jan 13, 2025
1 parent 3a11c3e commit 666bb4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Subscriber/PaymentSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ public function onShoppingCartLoaded(PageLoadedEvent $event)
$salesChannelContext->getCustomer(),
$salesChannelContext
),
'paymentMethodsResponse' => json_encode($paymentMethods),
'userLoggedIn' => json_encode($userLoggedIn)
],
$this->expressCheckoutService->getExpressCheckoutConfig(
Expand Down

0 comments on commit 666bb4b

Please sign in to comment.