Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fjbender committed Nov 6, 2023
1 parent 04fd5da commit e703b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/ApplePay/ShippingMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ShippingMethods extends Action
public function __construct(
Context $context,
CartRepositoryInterface $cartRepository,
GuestCartRepositoryInterface $guestCartRepository,
GuestCartRepositoryInterface $guestCartRepository
) {
parent::__construct($context);
$this->guestCartRepository = $guestCartRepository;
Expand Down

0 comments on commit e703b45

Please sign in to comment.