Skip to content

Commit 7202a83

Browse files
authored
- Make base EasyPostService extendable outside module (#543)
1 parent 2efa122 commit 7202a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EasyPost/_base/EasyPostService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public abstract class EasyPostService : IEasyPostService, IDisposable
2121
/// Initializes a new instance of the <see cref="EasyPostService"/> class.
2222
/// </summary>
2323
/// <param name="client">The <see cref="EasyPostClient"/> to use when this service makes API requests.</param>
24-
internal EasyPostService(EasyPostClient client)
24+
protected EasyPostService(EasyPostClient client)
2525
{
2626
Client = client;
2727
}

0 commit comments

Comments
 (0)