mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Excludes `idempotency_key` from opts to persist between API requests. Obviously the same idempotency key is not something that we ever want to use again. Fixes #598.