#coryschires-idempotency
1 messages · Page 1 of 1 (latest)
Can you be more specific? What do you want to be happening when you pass in a null idempotency key?
I want it to treat it as tho there is no idempotency key.
I just tested it on my end and it seems to be true (i.e. if I pass nil, Stripe is smart enough to ignore the idemp key)
I think I have aswered my own question by writing a test.
I'm good. Thanks!
👍 Yeah I was just about to say you should test it out to be sure