#Martin Gaibisso

1 messages · Page 1 of 1 (latest)

serene wedgeBOT
slate bane
#

Yup, enabling automatic network retries is meant to help with connection errors like that

outer fiber
#

ok, ty

#

const stripe = require('stripe')( livemode ? process.env.API_KEY_LIVE : process.env.API_KEY_TEST, { apiVersion: process.env.API_VERSION, maxNetworkRetries: 3 } )

#

that should do for all calls right?