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

Integrate with Key? #28

Open laryn opened 9 months ago

laryn commented 9 months ago

I haven't looked into this yet but wanted to make a note that this module should perhaps be integrated with Key for the API keys.

laryn commented 1 week ago

I just posted this in a thread in Zulip and thought I'd paste it here as well.

...long term I'd like to move sensitive config like this to support the Key module so the details can be more easily saved elsewhere (e.g. in a file that is not tracked in version control). That said, if you use settings.local.php you should be able to define that value there as a config override already now, in a way that avoids storing it in regular config that might be in your repo.