Skip to content

Commit 1f72a51

Browse files
Merge pull request #8139 from magento-commerce/revert-8122-cia-2.4.7-beta1-bugfixes-02062023
Revert "Cia 2.4.7 beta1 bugfixes 02062023"
2 parents 04b9f27 + 484768f commit 1f72a51

File tree

99 files changed

+44
-5487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+44
-5487
lines changed

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

Lines changed: 0 additions & 87 deletions
This file was deleted.

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

Lines changed: 0 additions & 133 deletions
This file was deleted.

app/code/Magento/Authorization/etc/di.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@
2424
</arguments>
2525
</type>
2626
<preference for="Magento\Authorization\Model\UserContextInterface" type="Magento\Authorization\Model\CompositeUserContext"/>
27-
<preference for="Magento\Framework\App\Backpressure\IdentityProviderInterface"
28-
type="Magento\Authorization\Model\IdentityProvider"/>
2927
</config>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
"We can't find the role for the user you wanted.","We can't find the role for the user you wanted."
22
"Something went wrong while compiling a list of allowed resources. You can find out more in the exceptions log.","Something went wrong while compiling a list of allowed resources. You can find out more in the exceptions log."
3-
"User type not defined","User type not defined"
4-
"Failed to extract remote address","Failed to extract remote address"

app/code/Magento/Checkout/Model/Backpressure/WebapiRequestTypeExtractor.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

app/code/Magento/Checkout/Test/Unit/Model/Backpressure/WebapiRequestTypeExtractorTest.php

Lines changed: 0 additions & 67 deletions
This file was deleted.

app/code/Magento/Checkout/etc/di.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@
5454
type="Magento\Checkout\Model\CaptchaPaymentProcessingRateLimiter" />
5555
<preference for="Magento\Checkout\Api\PaymentSavingRateLimiterInterface"
5656
type="Magento\Checkout\Model\CaptchaPaymentSavingRateLimiter" />
57-
<type name="Magento\Framework\Webapi\Backpressure\CompositeRequestTypeExtractor">
58-
<arguments>
59-
<argument name="extractors" xsi:type="array">
60-
<item name="checkout" xsi:type="object">
61-
Magento\Checkout\Model\Backpressure\WebapiRequestTypeExtractor
62-
</item>
63-
</argument>
64-
</arguments>
65-
</type>
6657
<type name="Magento\Customer\Model\ResourceModel\Customer">
6758
<plugin name="recollect_quote_on_customer_group_change" type="Magento\Checkout\Model\Plugin\RecollectQuoteOnCustomerGroupChange"/>
6859
</type>

0 commit comments

Comments
 (0)