Closed helenye-stripe closed 1 month ago
For v2 APIs, when an error has code invalid_fields, it should fail with InvalidRequestException. This addresses that for V2, but V1 behavior remains unchanged.
invalid_fields
InvalidRequestException
Closing because I misread the code here -- it does fall back to InvalidRequestException!
For v2 APIs, when an error has code
invalid_fields
, it should fail withInvalidRequestException
. This addresses that for V2, but V1 behavior remains unchanged.