From a9b7efe021d0c4125444d8cce065c0eb66750090 Mon Sep 17 00:00:00 2001 From: Ali Sol Date: Mon, 20 Oct 2025 17:22:47 +0330 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20README:=20"you=20account"=20?= =?UTF-8?q?=E2=86=92=20"your=20account"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11139d19b..5fef84b5d 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ if ($isValid) { For a closer look at how our PHP library works, clone our [Laravel example integration](https://github.com/adyen-examples/adyen-php-online-payments). This includes commented code, highlighting key features and concepts, and examples of API calls that can be made using the library. ### Running the tests -For the test cases you need the PCI permission enabled on you account. There are no test cases for CSE because credit card data is encrypted through our javascript library. +For the test cases you need the PCI permission enabled on your account. There are no test cases for CSE because credit card data is encrypted through our javascript library. By default the test will then be skipped. If you have these permissions fill in your account details in the config/test.ini file to let the test work. To make the automatic testing cases work for your account change the credentials in the config/test.ini file.