-
Methods Method Description bakery.logic.usermailobject.ShopUserMailLO.getCustomerAddressLO() As with the introduction of shipping buckets this property does not necessarily reflect the correct shipping address or rather not all of them, because it is set to the first order address.Use
ShopUserMailLO.getShippingAddresses()orShopUserMailShippingBucketLO.getShippingAddress()instead.bakery.logic.usermailobject.ShopUserMailLO.setCustomerAddressLO(AddressLO) As with the introduction of shipping buckets this property does not necessarily reflect the correct shipping address or rather not all of them, because it is set to the first order address.Use
ShopUserMailLO.getShippingAddresses()orShopUserMailShippingBucketLO.getShippingAddress()instead.bakery.logic.usermailobject.UserMailLO.getCurrencySymbol() usegetOrderCurrencyCode()insteadbakery.logic.usermailobject.UserMailLO.setCurrencySymbol(String) usesetOrderCurrencyCode(String)instead