|
89 | 89 | use Commercetools\Core\Request\Customers\Command\CustomerAddAddressAction; |
90 | 90 | use Commercetools\Core\Request\Customers\Command\CustomerChangeAddressAction; |
91 | 91 | use Commercetools\Core\Request\Customers\Command\CustomerChangeEmailAction; |
92 | | -use Commercetools\Core\Request\Customers\Command\CustomerChangeNameAction; |
93 | 92 | use Commercetools\Core\Request\Customers\Command\CustomerRemoveAddressAction; |
| 93 | +use Commercetools\Core\Request\Customers\Command\CustomerSetAuthenticationModeAction; |
94 | 94 | use Commercetools\Core\Request\Customers\Command\CustomerSetCompanyNameAction; |
95 | 95 | use Commercetools\Core\Request\Customers\Command\CustomerSetCustomerGroupAction; |
96 | 96 | use Commercetools\Core\Request\Customers\Command\CustomerSetCustomerNumberAction; |
|
178 | 178 | use Commercetools\Core\Request\Products\Command\ProductSetAttributeInAllVariantsAction; |
179 | 179 | use Commercetools\Core\Request\Products\Command\ProductSetCategoryOrderHintAction; |
180 | 180 | use Commercetools\Core\Request\Products\Command\ProductSetDescriptionAction; |
181 | | -use Commercetools\Core\Request\Products\Command\ProductSetMetaAttributesAction; |
182 | 181 | use Commercetools\Core\Request\Products\Command\ProductSetMetaDescriptionAction; |
183 | 182 | use Commercetools\Core\Request\Products\Command\ProductSetMetaKeywordsAction; |
184 | 183 | use Commercetools\Core\Request\Products\Command\ProductSetMetaTitleAction; |
185 | 184 | use Commercetools\Core\Request\Products\Command\ProductSetPriceCustomFieldAction; |
186 | 185 | use Commercetools\Core\Request\Products\Command\ProductSetPriceCustomTypeAction; |
187 | 186 | use Commercetools\Core\Request\Products\Command\ProductSetPricesAction; |
188 | 187 | use Commercetools\Core\Request\Products\Command\ProductSetSearchKeywordsAction; |
189 | | -use Commercetools\Core\Request\Products\Command\ProductSetSkuNotStageableAction; |
190 | 188 | use Commercetools\Core\Request\Products\Command\ProductSetTaxCategoryAction; |
191 | 189 | use Commercetools\Core\Request\Products\Command\ProductTransitionStateAction; |
192 | 190 | use Commercetools\Core\Request\Products\Command\ProductUnpublishAction; |
@@ -670,6 +668,10 @@ public function actionArgumentProvider() |
670 | 668 | CustomerSetVatIdAction::class, |
671 | 669 | 'of', |
672 | 670 | ], |
| 671 | + [ |
| 672 | + CustomerSetAuthenticationModeAction::class, |
| 673 | + 'of', |
| 674 | + ], |
673 | 675 | [ |
674 | 676 | CategoryChangeNameAction::class, |
675 | 677 | 'ofName', |
|
0 commit comments