Sana Assistant (online)
Table of Contents

Breaking changes

Here you can find the list of the breaking changes in Extension API 2.0.42 and tips how to deal with them.

The following changes have been made to the Sana.Extensions namespace (Sana.Extensions.dll) since the 2.0.41 version:

Member Description
Punchout.PunchoutExtension.LoginErrorPageLink
Previous:
Current: Removed
PunchoutSettings.LoginErrorPageLink should be used instead.
Punchout.PunchoutExtension.ShippingMethodId
Previous:
Current: Removed
PunchoutSettings.ShippingMethodId should be used instead.
Punchout.PunchoutExtension.IsOrderConfirmationEmailEnabled
Previous:
Current: Removed
PunchoutSettings.IsOrderConfirmationEmailEnabled should be used instead.
Punchout.PunchoutLoginInfo.StartPageLink
Previous:
Current: Removed
RedirectInfo should be used instead.
Punchout.PunchoutLoginInfo.RedirectInfo
Previous:
Current: Added
The information of the page to which the user should be redirected first.