Compare commits

...

2 Commits

Author SHA1 Message Date
Annie Li
635613421b Add 'a' 2022-10-24 10:25:52 -07:00
Annie Li
e033874f55 Update deprecation message 2022-10-24 10:22:31 -07:00

View File

@ -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 a 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