From 6a226e476d47bcce39c5355dfb3b9dc65819f518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <2887858+deivid-rodriguez@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:38:10 +0200 Subject: [PATCH] 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. --- script/test-stripe-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test-stripe-live b/script/test-stripe-live index b80cfacf26..55a211d50d 100755 --- a/script/test-stripe-live +++ b/script/test-stripe-live @@ -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