This commit is contained in:
Gaurav Karna 2021-12-01 09:47:13 -08:00
Родитель d79c9b4787
Коммит 4cab5d0d6d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ namespace Microsoft.Store.PartnerCenter.Samples.Customers
/// </summary>
protected override void RunScenario()
{
string customerIdToRetrieve = this.ObtainCustomerId("Enter the ID of the customer to retrieve the validation status for:");
string customerIdToRetrieve = this.ObtainCustomerId("Enter the customer ID to retrieve the validation status for:");
var partnerOperations = this.Context.UserPartnerOperations;
this.Context.ConsoleHelper.StartProgress($"Retrieving customer's validation status for type: {ValidationType.Account}");