Skip to content

Commit

Permalink
Update IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperSchulz authored Dec 3, 2024
1 parent e924c5a commit 1bdc4a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Microsoft.Integration.Shopify;
/// <summary>
/// Codeunit Shpfy GQL Get Next S. Channels (ID 30375) implements Interface Shpfy IGraphQL.
/// </summary>
codeunit 30375 "Shpfy GQL Get Next S. Channels" implements "Shpfy IGraphQL"
codeunit 30384 "Shpfy GQL Get Next S. Channels" implements "Shpfy IGraphQL"
{
Access = Internal;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <summary>
/// Codeunit Shpfy Sales Channel Helper (ID 139583).
/// </summary>
codeunit 139618 "Shpfy Sales Channel Helper"
codeunit 139699 "Shpfy Sales Channel Helper"
{
internal procedure GetDefaultShopifySalesChannelResponse(OnlineStoreId: BigInteger; POSId: BigInteger): JsonArray
var
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codeunit 139617 "Shpfy Sales Channel Subs."
codeunit 139697 "Shpfy Sales Channel Subs."
{
EventSubscriberInstance = Manual;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <summary>
/// Codeunit Shpfy Sales Channel Test (ID 139581).
/// </summary>
codeunit 139616 "Shpfy Sales Channel Test"
codeunit 139698 "Shpfy Sales Channel Test"
{
Subtype = Test;
TestPermissions = Disabled;
Expand Down

0 comments on commit 1bdc4a2

Please sign in to comment.