diff --git a/ShopifySharp/Services/Fulfillment/FulfillmentService.cs b/ShopifySharp/Services/Fulfillment/FulfillmentService.cs index 5a885cd47..3e705971a 100644 --- a/ShopifySharp/Services/Fulfillment/FulfillmentService.cs +++ b/ShopifySharp/Services/Fulfillment/FulfillmentService.cs @@ -102,7 +102,7 @@ public virtual async Task CreateAsync(long orderId, Fulfillment ful /// Whether the customer should be notified that the fulfillment /// has been created. /// The new . - [Obsolete("The notifyCustomer parameter can already be found on the Fulfillment object. This extra parameter will be removed from FulfillmentService.UpdateAsync in a future release.")] + [Obsolete("The notifyCustomer parameter can already be found on the Fulfillment object. This extra parameter will be removed from FulfillmentService.UpdateAsync in a future release.", false)] public virtual async Task CreateAsync(long orderId, Fulfillment fulfillment, bool notifyCustomer) { // Set the notifyCustomer property on the fulfillment @@ -137,7 +137,7 @@ public virtual async Task UpdateAsync(long orderId, long fulfillmen /// Id of the object being updated. /// The to update. /// The updated . - [Obsolete("The notifyCustomer parameter can already be found on the Fulfillment object. This extra parameter will be removed from FulfillmentService.UpdateAsync in a future release.")] + [Obsolete("The notifyCustomer parameter can already be found on the Fulfillment object. This extra parameter will be removed from FulfillmentService.UpdateAsync in a future release.", false)] public virtual async Task UpdateAsync(long orderId, long fulfillmentId, Fulfillment fulfillment, bool notifyCustomer = false) { // Set the notifyCustomer property on the fulfillment