diff --git a/app/services/payment_requests/payments/stripe_service.rb b/app/services/payment_requests/payments/stripe_service.rb index fc29bff8ed44..77e78598d5c8 100644 --- a/app/services/payment_requests/payments/stripe_service.rb +++ b/app/services/payment_requests/payments/stripe_service.rb @@ -58,7 +58,6 @@ def create rescue Stripe::AuthenticationError, Stripe::CardError, Stripe::InvalidRequestError, Stripe::PermissionError => e # NOTE: Do not mark the payable as failed if the amount is too small for Stripe # For now we keep it as pending. - # return result if e.code == "amount_too_small" deliver_error_webhook(e)