Skip to content

Commit 4cce614

Browse files
committed
AC-1271: Add rate limiting for payment information endpoint and mutation
1 parent 2045548 commit 4cce614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Authorization/Model/IdentityProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(UserContextInterface $userContext, RemoteAddress $re
4747
}
4848

4949
/**
50-
* {@inheritDoc}
50+
* @inheritDoc
5151
*
5252
* @throws RuntimeException
5353
*/
@@ -66,7 +66,7 @@ public function fetchIdentityType(): int
6666
}
6767

6868
/**
69-
* {@inheritDoc}
69+
* @inheritDoc
7070
*
7171
* @throws RuntimeException
7272
*/

lib/internal/Magento/Framework/App/Backpressure/SlidingWindow/CompositeLimitConfigManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(array $configs)
3030
}
3131

3232
/**
33-
* {@inheritDoc}
33+
* @inheritDoc
3434
*
3535
* @throws RuntimeException
3636
*/

0 commit comments

Comments
 (0)