DEM 2 1.0.625 Release Notes
Released 15.11.2022
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
IPS Scan
We made some improvements on IPS Scan. For that we added new configuration keys, which control the behaviour:
- FactoryConfig_StopIPSscanWhenNoDefaultAccount - If this key is enabled and user has not set the default account for IPS, the initiation of the payment won't be possible and user will be notified that the default account must be set first. In this case, the first account allowed for IPS won't be requested and treated as default, like we had so far.
- FactoryConfig_ShowDebtorNameAndAccountForIPSprelogin - If this key is enabled, debtor name and debtor account will be displayed in a dialog, along with the payment fee, before payment initiation on IPS scan prelogin. For corporate the dialog will contain only debtor data, since we don't calculate or display fee in that case.
Default value of both keys is false, so if you don't change it, everything will behave just like so far.
If you maybe have an override and want to try this, the changeset you look for is 1112828.
Halk
- IPS scan changes
- Default account management changes
- Other minor changes and fixes
Retail - Bug fixed on SharePoint External
- 492547
SME - Bug fixed on SharePoint External
- 585
POBA
- We expanded Transfer model of AccountData API with following properties:
[DataMember(Name = "ultimate-debtor", EmitDefaultValue = false)]
public string UltimateDebtor { get; set; }
[DataMember(Name = "ultimate-creditor", EmitDefaultValue = false)]
public string UltimateCreditor { get; set; }
[DataMember(Name = "ultimate-debtor-address", EmitDefaultValue = false)]
public Address UltimateDebtorAddress { get; set; }
[DataMember(Name = "ultimate-creditor-address", EmitDefaultValue = false)]
public Address UltimateCreditorAddress { get; set; }
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
Halk SME - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
DEM V2 - Demo - SxS on Halk test
Packages (625)
Contributions welcome!
If you have one or more of some common pieces of code that you are always replicating across delivery apps, don't hesitate to contribute! We are the first NuGet package you install when creating a new .Net Mobile banking app!
Please have a look at our contribution guide before you get started.
If you need any help getting started, please let us know.
Useful Links
Thank you to our community for helping to make DEM even better! Mobile Team