Skip to content

Commit

Permalink
Fixed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GediminasGaubys committed Nov 6, 2024
1 parent fe1bff2 commit 66972f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codeunit 139576 "Shpfy Invoices API Subscriber"
codeunit 139558 "Shpfy Invoices API Subscriber"
{
SingleInstance = true;
EventSubscriberInstance = Manual;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ codeunit 139695 "Shpfy Invoices Test"
var
SalesInvoiceHeader: Record "Sales Invoice Header";
DocLinkToBCDoc: Record "Shpfy Doc. Link To Doc.";
InvoiceHeader: Record "Shpfy Invoice Header";
BCDocumentTypeConvert: Codeunit "Shpfy BC Document Type Convert";
InvoicesAPISubscriber: Codeunit "Shpfy Invoices API Subscriber";
PostedInvoiceExport: Codeunit "Shpfy Posted Invoice Export";
Expand Down
2 changes: 1 addition & 1 deletion Apps/W1/Shopify/test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platform": "26.0.0.0",
"idRanges": [
{
"from": 139560,
"from": 139558,
"to": 139574
},
{
Expand Down

0 comments on commit 66972f9

Please sign in to comment.