From e033874f55efbd3ac8000393e35fbdc21c7c5a94 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Mon, 24 Oct 2022 10:22:31 -0700 Subject: [PATCH] Update deprecation message --- lib/stripe/api_operations/save.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stripe/api_operations/save.rb b/lib/stripe/api_operations/save.rb index 93987f9f..4af22ef0 100644 --- a/lib/stripe/api_operations/save.rb +++ b/lib/stripe/api_operations/save.rb @@ -51,8 +51,8 @@ module Stripe # api_key to be overwritten. See # {APIOperations::Request.execute_resource_request}. # - # This method is DEPRECATED and for backwards compatibility only. - # Use the update method with the resource ID instead. + # The `save` method is DEPRECATED and will be removed in future major + # version of the library. Use the `update` method on the resource instead. def save(params = {}, opts = {}) # We started unintentionally (sort of) allowing attributes sent to # +save+ to override values used during the update. So as not to break