Skip to content

Commit

Permalink
Add missing init for the GetProductDetails method. (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBalslev authored Oct 22, 2024
1 parent 31d18d1 commit 21ce62d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ codeunit 2515 "AppSource Product Manager"
var
RequestUri: Text;
begin
Init();
RequestUri := ConstructProductUri(UniqueProductIDValue);
exit(GetProductDetails(UniqueProductIDValue, RequestUri));
end;
Expand Down

0 comments on commit 21ce62d

Please sign in to comment.