Link to Stripe testing wiki page from the cassette regeneration script

I think this is the more relevant wiki page for someone looking into
regenerating cassettes.

Also, no need to mention bitwarden explicitly, the wiki page already
explains everything.
This commit is contained in:
David Rodríguez
2025-10-21 14:38:10 +02:00
parent 73688b9544
commit 6a226e476d

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env sh
#
# Test Stripe API integration and record new cassettes.
# Requires account details in .env.test.local. You can copy from Bitwarden, or [set up a new Stripe account](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Setting-up-Stripe-on-an-OFN-instance)
# Requires account details in .env.test.local. See [Stripe testing](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Stripe-testing) for details
set -e # Exit if any command fails