Skip to content

Commit f3db64f

Browse files
committed
AC-1271: Add rate limiting for payment information endpoint and mutation
1 parent a1b777d commit f3db64f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Authorization/Test/Unit/Model/IdentityProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use PHPUnit\Framework\TestCase;
1818

1919
/**
20-
* Tests the IdentityProvider class
21-
*/
20+
* Tests the IdentityProvider class
21+
*/
2222
class IdentityProviderTest extends TestCase
2323
{
2424
/**

lib/internal/Magento/Framework/App/Request/BackpressureValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function __construct(
5555

5656
/**
5757
* @inheritDoc
58+
*
5859
* @throws LocalizedException
5960
*/
6061
public function validate(RequestInterface $request, ActionInterface $action): void

0 commit comments

Comments
 (0)