- Replace
isEmailUsed
withisEmailAlreadyInUse
insw-users-permission-user-detail
.
The Shopware\Core\Checkout\Customer\SalesChannel\AccountService::login
method is removed. Use AccountService::loginByCredentials
or AccountService::loginById
instead.
Unused constant Shopware\Core\Checkout\Customer\CustomerException::CUSTOMER_IS_INACTIVE
and unused method Shopware\Core\Checkout\Customer\CustomerException::inactiveCustomer
are removed.
floatMatch
andarrayMatch
methods insrc/Core/Framework/Rule/CustomFieldRule.php
will be removed for Shopware 6.7.0.0
The technicalName
property will be required for payment and shipping methods in the API.
The technical_name
column will be made non-nullable for the payment_method
and shipping_method
tables in the database.
Plugin developers will be required to supply a technicalName
for their payment and shipping methods.
Merchants must review their custom created payment and shipping methods for the new technicalName
property and update their methods through the administration accordingly.