From bb6838b5a9ccfb32d88d0f0929f71d11657ac7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wn=C4=99trzak?= Date: Mon, 3 Oct 2016 14:18:47 +0200 Subject: [PATCH] Fixed description about DELETE request retries [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65bf3be2..b61a32e9 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,8 @@ certificates. ### max_network_retries When `max_network_retries` is set to a positive integer, stripe will retry -requests that fail on a network error. Idempotency keys will be added to post -and get requests to ensure the safety of retrying. There will be a short delay +requests that fail on a network error. Idempotency keys will be added to `POST` +and `DELETE` requests to ensure the safety of retrying. There will be a short delay between each retry, with an exponential backoff algorithm used to determine the length of the delay. Default value is 0.