lib/stripe_tester.rb in stripe_tester-0.1.2 vs lib/stripe_tester.rb in stripe_tester-0.1.3
- old
+ new
@@ -4,10 +4,10 @@
require 'json'
require 'psych'
module StripeTester
- LATEST_STRIPE_VERSION = "2013-10-07"
+ LATEST_STRIPE_VERSION = "2014-10-07"
# send the url the webhook event
# There are two options you can use. :method=>:overwrite, or :method=>:merge
# Each will use a different way of merging the new attributes.
def self.create_event(callback_type, attributes={}, options={method: :overwrite})