backdrop-contrib / stripe

This module provides a simple abstraction to use the Stripe PHP SDK.
GNU General Public License v2.0
2 stars 2 forks source link

"Notice: Undefined variable: api_keys_configured in stripe_requirements()" only test keys defined. #26

Closed quicksketch closed 2 years ago

quicksketch commented 2 years ago

On my new site, I have set up test keys but not production keys. This results in stripe_requirements() throwing an undefined variable notice. image

quicksketch commented 2 years ago

Looks like this was actually already fixed in https://github.com/backdrop-contrib/stripe/pull/23. Sorry for the noise!