Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 906 Bytes

general-config.md

File metadata and controls

31 lines (16 loc) · 906 Bytes

General Config

The config items below can be placed into a stripe-checkout.php file in your craft/config directory, this is a handy way to have different settings across multiple environments.

pluginNameOverride

The plugin name as you’d like it to be displayed in the CP.

accountMode

Whether you want to use the test or live Stripe credentials.

testPublishableKey

Your Stripe test publishable key. See API Keys.

testSecretKey

Your Stripe test secret key. See API Keys.

livePublishableKey

Your Stripe live publishable key. See API Keys.

liveSecretKey

Your Stripe live secret key. See API Keys.

defaultCurrency

Three-letter ISO currency code. Must be a supported currency.