reubenmoes
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,...
### What happened?  ``` 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...