diff --git a/lib/stripe/credit_card_cloner.rb b/lib/stripe/credit_card_cloner.rb index 8a1bedbaab..2b86d83a1a 100644 --- a/lib/stripe/credit_card_cloner.rb +++ b/lib/stripe/credit_card_cloner.rb @@ -41,10 +41,6 @@ module Stripe [new_customer.id, new_payment_method.id] end - def notify_limit(request_number, retrieving) - Bugsnag.notify("Reached limit of #{request_number} requests retrieving #{retrieving}.") - end - def clone_payment_method(credit_card, connected_account_id) platform_acct_payment_method_id = credit_card.gateway_payment_profile_id customer_id = credit_card.gateway_customer_profile_id