From 2f26987b951682ca5e22d05736e8a9546eeaea5d Mon Sep 17 00:00:00 2001 From: Tuhin Rana Mondal Date: Thu, 26 Jun 2025 23:27:46 +0530 Subject: [PATCH 1/3] Class File and Import Class was not correct --- Fix.php | 8 ++++++++ README.md | 2 +- documents/{oAuthTokenClient.md => oauthClient.md} | 4 ++-- tests/{OAuthTokenClientTest.php => OAuthClientTest.php} | 4 +++- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 Fix.php rename documents/{oAuthTokenClient.md => oauthClient.md} (99%) rename tests/{OAuthTokenClientTest.php => OAuthClientTest.php} (98%) diff --git a/Fix.php b/Fix.php new file mode 100644 index 0000000..3bcf978 --- /dev/null +++ b/Fix.php @@ -0,0 +1,8 @@ + Date: Thu, 26 Jun 2025 23:33:43 +0530 Subject: [PATCH 2/3] Class File and Import Class was not correct --- Fix.php | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Fix.php diff --git a/Fix.php b/Fix.php deleted file mode 100644 index 3bcf978..0000000 --- a/Fix.php +++ /dev/null @@ -1,8 +0,0 @@ - Date: Wed, 25 Mar 2026 20:58:46 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53947f4..2aaafd2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Read up here for getting started and understanding the payment flow with Razorpa - If your project using composer, run the below command ``` -composer require razorpay/razorpay +composer require razorpay/razorpay:2.* ``` - If you are not using composer, download the latest release from [the releases section](https://github.com/razorpay/razorpay-php/releases).