Releases: spryker/customer
7.16.1
Included commits: 7.16.0...7.16.1
Bugfixes
Changed datepicker options for Customer module in js/modules/main.js
7.16.0
Included commits: 7.15.1...7.16.0
Improvements
-
Added new
isAddressSavingSkipped
boolean field toQuote
transfer; -
Adjusted
CustomerOrderSaving::persistAddresses()
method, so new customer addresses will only be saved ifQuoteTransfer::isAddressSavingSkipped
is set to true.
7.15.1
Included commits: 7.15.0...7.15.1
Bugfixes
Added cleanup for CustomerDataHelper
in order to remove customers that were created during test execution.
7.15.0
Included commits: 7.14.0...7.15.0
Improvements
- Adjusted
AddressTable
to displayEdit
button for customer address when customer address is available. - Added
CustomerFacade::findCustomerAddressById()
. - Updated
AddressController::editAction()
to handle cases with error message and redirect when mandatory data is missing.
7.14.0
Included commits: 7.13.3...7.14.0
Improvements
- Response of method
CustomerFacade::findCustomerByReference()
has been expanded with customer addresses data.
7.13.3
Included commits: 7.13.2...7.13.3
Bugfixes
CustomerTransferSessionRefreshPlugin
updatesisDirty
flag to false after customer was refreshed.
7.13.2
Included commits: 7.13.1...7.13.2
Bugfixes
CustomerAnonymizer
now also clearsCustomerTransfer.phone
property.
7.13.1
7.13.0
Included commits: 7.12.1...7.13.0
Bugfixes
- Deprecated
CustomerTransferRefreshPlugin
. - Added
CustomerTransferSessionRefreshPlugin
to save persistence expanded CustomerTransfer data in session.
7.12.1
Included commits: 7.12.0...7.12.1
Bugfixes
Added missing CustomerTransfer expansion after saving the address.