3.16.0.X Hotfixes

This page containes the description of the hotfixes related to 3.16.0 version

Please note that all the 3.16.0.X hotfixes are by default included in both the minor and major versions being in development, which are 3.16.1 and above and 3.17.0, respectively

Cancellation options for Account Management

In the scope of 3.16.0 we added three cancellation options for Account management: Cancel immediately, Cancel next billing cycle and Cancel at a future date. However, we realised that there was no way to manage these options' visibility, and also they were sending the wrong StopType. Those two issues were fixed in scope of this hotfix.

The ability to manage the visibility of the cancellation option through Account Management settings was added. The following settings can be set to either true or false:

  • DisplayImmediateOption

  • DisplayNextCycleOption

  • DisplayScheduleDateOption

To manage CancellationTypeId for each option in addition to already existing SubCon.Cancel.DefaultStopType API setting in MG2 control the three new API settings were created:

  • SubCon.Cancel.NextBillingCycleStopType

  • SubCon.Cancel.ImmediateStopType

  • SubCon.Cancel.ScheduleDateStopType

The setting value should be sent to the following:

  • for the cancellation on the next billing cycle = 1

  • for the immediate cancellation = 2 4

  • for the cancellation at a scheduled date = 3 2

Areas Covered: Subcon Site (Account management), API

Last updated

Was this helpful?