From a1f6fe552244618c49d4a57a858ff682b4aff645 Mon Sep 17 00:00:00 2001 From: Andy Brett Date: Thu, 10 Dec 2020 11:07:54 -0800 Subject: [PATCH] remove unused method now that we use autopaging --- lib/stripe/credit_card_cloner.rb | 4 ---- 1 file changed, 4 deletions(-) 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