From c9a1131c462b00171ee73a09a721059a9e4f428f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 31 Aug 2023 17:39:37 +0200 Subject: [PATCH] Fix: Remove reference to CASHIER_MODEL enviromment variable --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 02933226..e5d42bc6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ The Laravel contributing guide can be found in the [Laravel documentation](https You will need to set the Stripe **testing** secret environment variable in a custom `phpunit.xml` file in order to run the Cashier tests. -Copy the default file using `cp phpunit.xml.dist phpunit.xml` and add the following line below the `CASHIER_MODEL` environment variable in your new `phpunit.xml` file: +Copy the default file using `cp phpunit.xml.dist phpunit.xml` and add the following line to the `` section in your new `phpunit.xml` file: