forked from razorpay/razorpay-gravity-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
71 lines (48 loc) · 2.35 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=== Razorpay for Gravity Forms ===
Contributors: razorpay
Tags: razorpay, payments, india, gravityforms, ecommerce
Requires at least: 3.9.2
Tested up to: 5.5
Stable tag: 1.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Allows you to use Razorpay payment gateway with the gravity forms plugin.
== Description ==
This is the official Razorpay payment gateway plugin for Gravity Forms. Allows you to accept credit cards, debit cards, netbanking and wallets with the gravity forms plugin. It uses a seamles integration, allowing the customer to pay on your website without being redirected away from your website.
This is compatible with version greater than 1.9.3 gravity forms.
== Installation ==
1. Install the plugin from the [Wordpress Plugin Directory](Need to specify url).
2. To use this plugin correctly, you need to be able to make network requests. Please make sure that you have the php-curl extension installed.
3. There are 2 action hooks available corresposding to payment failed and payment success. By using these hooks, corresponding action can be implemanted.
a) gform_razorpay_fail_payment with 2 params ($entry, $feed)
b) gform_razorpay_complete_payment with 4 params ($payment_transaction_id,$amount, $entry, $feed)
Above mentioned hooks can be used to handle the success and failure cases of the payment.
== Dependencies ==
1. Wordpress v3.9.2 and later
2. Gravity Forms v1.9.3 and later
3. PHP v5.6.0 and later
4. php-curl
== Configuration ==
1. Visit the Gravity Forms settings page, and click on the Razorpay tab.
2. Add in your Key Id and Key Secret.
== Changelog ==
= 1.3.0 =
* Handle the redirection page after payment.
= 1.2.2 =
* Added notes about action hooks available corresponging to payment.
= 1.2.1 =
* Bug fix
= 1.2.0 =
* Added Meta-data for internal analysis.
* Added webhook support for "order.paid".
= 1.1.1 =
* Handle non payment form submit
* Handle error if configuration is mismatch.
= 1.1.0 =
* Add admin notification event to choose email notification after form submit or payment complete
* Update latest sdk 2.5.0
== Support ==
Visit [razorpay.com](https://razorpay.com) for support requests or email us at <[email protected]>.
== License ==
The Razorpay Gravity Forms plugin is released under the GPLv2 license, same as that
of WordPress. See the LICENSE file for the complete LICENSE text.