From 41fcd5edfc4fee1c09c85ce43667c07c879cf2c5 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 27 Nov 2023 17:03:07 -0800 Subject: [PATCH] Bad NOTE: --- lib/stripe/api_operations/save.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stripe/api_operations/save.rb b/lib/stripe/api_operations/save.rb index 7dbca861a..af7d3ada9 100644 --- a/lib/stripe/api_operations/save.rb +++ b/lib/stripe/api_operations/save.rb @@ -62,7 +62,7 @@ def save(params = {}, opts = {}) values = serialize_params(self).merge(params) - # NOTE: that id gets removed here our call to #url above has already + # Please note that id gets removed here our call to #url above has already # generated a uri for this object with an identifier baked in values.delete(:id)