Skip to content

Commit

Permalink
remove empty comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorcruz committed Sep 10, 2024
1 parent 4e16e66 commit b818f79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/payment_requests/payments/stripe_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b818f79

Please sign in to comment.