Skip to content

Commit

Permalink
Merge branch '1.12' into 1.13
Browse files Browse the repository at this point in the history
* 1.12:
  Fix a wrong function name in the AuthenticationSuccessListenerSpec
  • Loading branch information
TheMilek committed Mar 13, 2023
2 parents 22d6af0 + e5778cc commit 3856ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function let(IriConverterInterface $iriConverter): void
$this->beConstructedWith($iriConverter);
}

function it_adds_customers_id_to_shop_authentication_token_response(
function it_adds_customers_to_shop_authentication_token_response(
IriConverterInterface $iriConverter,
ShopUserInterface $shopUser,
CustomerInterface $customer,
Expand Down

0 comments on commit 3856ba1

Please sign in to comment.