reubenmoes

Results 2 issues of reubenmoes

**I want to...** I want to use BLT with a custom environment detector when hosting in non-acquia environments. Some of our clients are hosted on acquia, and others are not,...

Support

### What happened? ![image](https://github.com/stripe/stripe-js/assets/857556/4442bb20-5163-4c61-8049-152ea4648049) ``` const { error, setupIntent: confirmedSetupIntent } = await this.client.confirmSetup({ clientSecret, confirmParams: { confirmation_token: confirmationToken.id, expand: ['payment_method'] }, redirect: 'if_required' }); ``` From the docs, confirmation_token...

bug