Skip to content

Commit

Permalink
Merge pull request #43 from PartnerCenterSamples/dev
Browse files Browse the repository at this point in the history
Fixing merge issues.
  • Loading branch information
tameemansari authored Jun 27, 2017
2 parents 33e423d + b3492f0 commit 0fff7f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,28 +106,6 @@ from error in item.Errors
return customerRegistrationInfo.MicrosoftId;
}

/// <summary>
/// Retrieves the localized status type string.
/// </summary>
/// <param name="statusType">The subscription status type.</param>
/// <returns>Localized Operation Type string.</returns>
private string GetStatusType(SubscriptionStatus statusType)
{
switch (statusType)
{
case SubscriptionStatus.Active:
return Resources.SubscriptionStatusTypeActive;
case SubscriptionStatus.Deleted:
return Resources.SubscriptionStatusTypeDeleted;
case SubscriptionStatus.None:
return Resources.SubscriptionStatusTypeNone;
case SubscriptionStatus.Suspended:
return Resources.SubscriptionStatusTypeSuspended;
default:
return string.Empty;
}
}

/// <summary>
/// Gets the subscriptions managed by customers and partners
/// </summary>
Expand Down
18 changes: 0 additions & 18 deletions Source/PartnerCenter.CustomerPortal/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fff7f1

Please sign in to comment.