Skip to content

Commit

Permalink
Add :idempotency_key_in_use as a valid card_error_code (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
aej committed Sep 25, 2023
1 parent 6d7be7e commit 54024bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stripe/error.ex
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ defmodule Stripe.Error do
| :missing
| :processing_error
| :bank_account_verification_failed
| :idempotency_key_in_use

@type t :: %__MODULE__{
source: error_source,
Expand Down

0 comments on commit 54024bb

Please sign in to comment.