removing ","
This commit is contained in:
Родитель
e4c75f56cf
Коммит
85bebe29b6
|
@ -107,7 +107,7 @@ namespace Microsoft.Store.PartnerCenter.Samples.Subscriptions
|
|||
TermDuration = changeToTermDuration,
|
||||
},
|
||||
Quantity = changeToQuantity,
|
||||
CustomTermEndDate = changeToCustomTermEndDate,
|
||||
CustomTermEndDate = changeToCustomTermEndDate
|
||||
};
|
||||
|
||||
var updatedSubscription = subscriptionOperations.Patch(selectedSubscription);
|
||||
|
|
Загрузка…
Ссылка в новой задаче