Skip to content

Commit

Permalink
Update implementation to also test for IsSaaSInfrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
SBalslev committed Feb 11, 2025
1 parent 7b80bdd commit e7e8064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ codeunit 2518 "AppSrc Product Deps. Provider" implements "AppSource Product Mana
var
EnvironmentInformation: Codeunit "Environment Information";
begin
exit(EnvironmentInformation.IsSaas());
exit(EnvironmentInformation.IsSaas() and EnvironmentInformation.IsSaaSInfrastructure());
end;

procedure GetFormatRegionOrDefault(FormatRegion: Text[80]): Text
Expand Down

0 comments on commit e7e8064

Please sign in to comment.