lib/stripe/customer.rb in stripe-4.14.0 vs lib/stripe/customer.rb in stripe-4.15.0

- old
+ new

@@ -14,9 +14,12 @@ save_nested_resource :source nested_resource_class_methods :source, operations: %i[create retrieve update delete list] + nested_resource_class_methods :tax_id, + operations: %i[create retrieve delete list] + # The API request for deleting a card or bank account and for detaching a # source object are the same. class << self alias detach_source delete_source end