Merge pull request #13635 from deivid-rodriguez/testing-stripe-wiki

Link to Stripe testing wiki page from the cassette regeneration script
This commit is contained in:
Maikel
2025-10-22 13:02:21 +11:00
committed by GitHub

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