Skip to content

Commit

Permalink
Prior PR causes AppSource failures
Browse files Browse the repository at this point in the history
A very correct typo fix PR, but sadly, a breaking change to fix it, so having to re-introduce the Typo version.
  • Loading branch information
JeremyVyska authored Jul 30, 2024
1 parent c18133e commit 38414cb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ codeunit 71033579 "SPBLIC Licensing Install"
Evaluate(TestProductGuid, GumroadTestSubscriptionIdTok);
end;

[Obsolete('Use GetLemonSqueezyTestAppId(). This version was a typo.')]
procedure GetLemongSqueezyTestAppId() TestProductGuid: Guid
begin
exit(GetLemonSqueezyTestAppId());
end;

procedure GetLemonSqueezyTestAppId() TestProductGuid: Guid
begin
Evaluate(TestProductGuid, LemonSqueezyTestSubscriptionIdTok);
Expand Down

0 comments on commit 38414cb

Please sign in to comment.