Production & Test API Keys
- Added the ability to specify a Production and Test API Key inside of the
StripeConfig
StripeConfig(productionKey: "", testKey: "")
Note: If you don't specify a testKey, the default API key will be used regardless. API key differentiation is determined by the development
Environment