Skip to content

Commit

Permalink
Merge pull request #961 from clement911/master
Browse files Browse the repository at this point in the history
Fixes #957
  • Loading branch information
clement911 authored Nov 22, 2023
2 parents 609f34f + d9172d7 commit a0f5051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions ShopifySharp/Entities/ShippingLine.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ShopifySharp
{
public class ShippingLine
public class ShippingLine : ShopifyObject
{
/// <summary>
/// The carrier provided identifier.
Expand Down
5 changes: 0 additions & 5 deletions ShopifySharp/Entities/ShopifyObject.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ShopifySharp
{
Expand Down

0 comments on commit a0f5051

Please sign in to comment.