lib/stripe/util.rb in stripe-1.8.8 vs lib/stripe/util.rb in stripe-1.9.9
- old
+ new
@@ -27,10 +27,11 @@
'coupon' => Coupon,
'event' => Event,
'transfer' => Transfer,
'recipient' => Recipient,
'card' => Card,
- 'list' => ListObject
+ 'list' => ListObject,
+ 'application_fee' => ApplicationFee
}
end
def self.convert_to_stripe_object(resp, api_key)
case resp