Skip to content
This repository was archived by the owner on Oct 16, 2018. It is now read-only.

Commit 77b1f4c

Browse files
author
Ale Figueroa
committed
Rollback stripe change
1 parent e360ccc commit 77b1f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/payola.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def send_mail(mailer, method, *args)
7373
end
7474

7575
def reset!
76-
StripeEvent.event_filter = Retriever
76+
StripeEvent.event_retriever = Retriever
7777
Stripe.api_version = ENV['STRIPE_API_VERSION'] || '2015-02-18'
7878

7979
self.background_worker = nil

0 commit comments

Comments
 (0)