Skip to content

Commit

Permalink
- Move beta features out of unnecessary beta namespaces/folders
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Sep 16, 2022
1 parent d9153e0 commit f90e88b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EasyPost/BetaClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Net.Http;
using EasyPost._base;
using EasyPost.Services.Beta;
using EasyPost.Services;

namespace EasyPost
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace EasyPost.Models.API.Beta
namespace EasyPost.Models.API
{
public class Referral : User
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using EasyPost._base;
using EasyPost.Models.API.Beta;
using EasyPost.Models.API;
using EasyPost.Utilities.Annotations;

namespace EasyPost.Services.Beta
namespace EasyPost.Services
{
public class PartnerService : EasyPostService
{
Expand Down

0 comments on commit f90e88b

Please sign in to comment.