lib/stripe/resources/tax_id.rb in stripe-10.2.0.pre.beta.1 vs lib/stripe/resources/tax_id.rb in stripe-10.2.0

- old
+ new

@@ -16,10 +16,10 @@ if !respond_to?(:customer) || customer.nil? raise NotImplementedError, "Tax IDs cannot be accessed without a customer ID." end "#{Customer.resource_url}/#{CGI.escape(customer)}/tax_ids" \ - "/#{CGI.escape(id)}" + "/#{CGI.escape(id)}" end def self.retrieve(_id, _opts = {}) raise NotImplementedError, "Tax IDs cannot be retrieved without a customer ID. Retrieve a " \