Compare commits

..

No commits in common. "635613421bf5f09806866fcb705c64ec92f068d6" and "2aa669722af27a73f38707eb84846ad4a0f5c1a4" have entirely different histories.

View File

@ -51,8 +51,8 @@ module Stripe
# api_key to be overwritten. See
# {APIOperations::Request.execute_resource_request}.
#
# 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.
# This method is DEPRECATED and for backwards compatibility only.
# Use the update method with the resource ID 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