Skip to content

`Added SupportEmail property and updated ConvertorExtensions`

In the ConvertorExtensions.cs file, the ConvertorExtensions class has been updated. The Country property assignment line in the conversion method has been reformatted and a new property, SupportEmail, has been added to the object initialization. This new property is assigned the SupportEmail value from the provider object. Additionally, in the ProviderCreate.cs file, a new nullable string property, SupportEmail, has been added to the ProviderCreate class. This property is designed to store the support email address for the provider.

Merge request reports