Skip to content

Commit 08af625

Browse files
Merge pull request #23 from razorpay/edit-readme
added installation steps
2 parents aed63ae + 34e0523 commit 08af625

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# razorpay-drupal-commerce
2-
Razorpay Payment Extension for Drupal Commerce Under Construction.
1+
## Razorpay Payment Extension for Drupal Commerce
2+
3+
This extension utilizes Razorpay API and provides seamless integration with Drupal Commerce, allowing payments for merchants via Credit Cards, Debit Cards, Net Banking, Wallets, etc.
4+
5+
### Installation
6+
7+
1. Download the module from Drupal [Marketplace](https://www.drupal.org/project/drupal_commerce_razorpay) or [Razorpay Repository](https://github.com/razorpay/drupal_commerce_razorpay/releases).
8+
2. To Upload module Go to Drupal admin dashboard click Extend -> Add new module -> choose file -> continue.
9+
3. To install module click extend search for razorpay module, select checkbox and click install button.
10+
11+
### Dependencies
12+
13+
This module requires:
14+
15+
* drupal 10.*
16+
* php 8.1 or higher
17+
* composer require drupal/commerce:^2.33 // Drupal commerce is required as payment module runs on top of it.
18+
* composer require razorpay/razorpay:2.* // Please check the latest [release](https://github.com/razorpay/razorpay-php) and Command to be run in the main folder of Drupal site.
19+
* Sign up to create a Razorpay account log into your Razorpay account and generate API keys.
20+
21+
### Configuration
22+
23+
1. Click commerce -> configuration -> payment gateways -> add payment gateway.
24+
2. Visit razorpay merchant dashboard and generate [key id and key secret](https://dashboard.razorpay.com/app/website-app-settings/api-keys).
25+
3. Add key id and key secret and other required details for creating payment gateway.
26+
4. Click save.
27+
28+
### Support
29+
30+
Visit [https://razorpay.com](https://razorpay.com) for support requests or email [email protected].
31+
32+
### License
33+
34+
See the [LICENSE](https://github.com/razorpay/payment_button_drupal_plugin/tree/master/LICENSE.txt) file for the complete LICENSE text.

0 commit comments

Comments
 (0)