lib/stripe/application_fee.rb in stripe-2.5.0 vs lib/stripe/application_fee.rb in stripe-2.6.0

- old
+ new

@@ -1,8 +1,10 @@ module Stripe class ApplicationFee < APIResource extend Stripe::APIOperations::List + OBJECT_NAME = 'application_fee' + def self.resource_url '/v1/application_fees' end # If you don't need access to an updated fee object after the refund, it's