File tree Expand file tree Collapse file tree 5 files changed +8
-74
lines changed
Plugin/AsynchronousOperations Expand file tree Collapse file tree 5 files changed +8
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 585
585
</argument >
586
586
</arguments >
587
587
</type >
588
- <type name =" Magento\Customer\Model\AccountManagementApi" >
589
- <plugin name =" validateSyncAnonymousRequestForCustomer"
590
- type =" Magento\Customer\Plugin\ValidateSyncCustomer"
591
- />
592
- </type >
593
588
</config >
Original file line number Diff line number Diff line change 66
66
<argument name =" fileName" xsi : type =" string" >webapi.xml</argument >
67
67
</arguments >
68
68
</type >
69
+ <type name =" Magento\Customer\Model\AccountManagementApi" >
70
+ <plugin name =" anonymousSyncCustomerRequest"
71
+ type =" Magento\Webapi\Plugin\SyncRequestCustomerGroupAuthorization"
72
+ />
73
+ </type >
69
74
</config >
Original file line number Diff line number Diff line change 16
16
/**
17
17
* Plugin to validate anonymous request for asynchronous operations containing group id.
18
18
*/
19
- class ValidateAsyncCustomer
19
+ class AsyncRequestCustomerGroupAuthorization
20
20
{
21
21
/**
22
22
* Authorization level of a basic admin session
Original file line number Diff line number Diff line change 75
75
/>
76
76
</type >
77
77
<type name =" Magento\AsynchronousOperations\Model\MassSchedule" >
78
- <plugin name =" validateAsyncAnonymousRequestForCustomer "
79
- type =" Magento\WebapiAsync\Plugin\AsynchronousOperations\ValidateAsyncCustomer "
78
+ <plugin name =" anonymousAsyncCustomerRequest "
79
+ type =" Magento\WebapiAsync\Plugin\AsynchronousOperations\AsyncRequestCustomerGroupAuthorization "
80
80
/>
81
81
</type >
82
82
</config >
You can’t perform that action at this time.
0 commit comments