1.15.0
·
69 commits
to master
since this release
Included commits: 1.14.0...1.15.0
Improvements
- Introduced
CustomerConfirmationResourceRoutePluginthat provides/customer-confirmationresource to confirm customer account when double opt-in is enabled in the shop. - Introduced
CustomerConfirmationResourceController. - Introduced
CustomersRestApiConfig::RESOURCE_CUSTOMER_CONFIRMATIONto hold the resource type for customer confirmation resource. - Introduced
CustomersRestApiConfig::RESPONSE_CODE_CONFIRMATION_CODE_INVALIDto hold the error code returned when confirmation code is not valid. - Introduced
CustomersRestApiConfig::RESPONSE_MESSAGE_CONFIRMATION_CODE_INVALIDto hold the error detail returned when the confirmation code is not valid. - Introduced
CustomersRestApiConfig::RESPONSE_CODE_CONFIRMATION_CODE_MISSINGto hold the error code returned when the confirmation code is missing. - Introduced
CustomersRestApiConfig::RESPONSE_MESSAGE_CONFIRMATION_CODE_MISSINGto hold the error detail returned when the confirmation code is missing. - Introduced
CustomersRestApiConfig::RESPONSE_CODE_CONFIRMATION_FAILEDto hold the error code returned when the confirmation was not successful but the error received was not mapped to any Glue error. - Introduced
CustomersRestApiConfig::RESPONSE_MESSAGE_CONFIRMATION_FAILEDto hold the error message returned when the confirmation was not successful but the error received was not mapped to any Glue error. - Introduced
CustomersRestApiConfig::getErrorMapping()to hold the feature error mapping to Glue-specific errors. - Added
CustomerClient::confirmCustomerRegistration()to dependencies. - Introduced
RestCustomerConfirmationAttributestransfer object. - Introduced
Customer.registrationKeytransfer object property.