Skip to content

Commit d2c59e2

Browse files
authored
Merge pull request #61 from razorpay/version_bump_2.2.0
Version bump to 2.2.0
2 parents 4849b26 + ea060e9 commit d2c59e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ Visit [https://razorpay.com](https://razorpay.com) for support requests or email
3737
This is licensed under the [MIT License][mit]
3838

3939
[mit]: https://opensource.org/licenses/MIT
40-
[6]: https://github.com/razorpay/razorpay-whmcs/releases/tag/2.1.1
40+
[6]: https://github.com/razorpay/razorpay-whmcs/releases/tag/2.2.0
4141
[5]: https://github.com/razorpay/razorpay-whmcs/releases/tag/v1.0.3

modules/gateways/razorpay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Razorpay\Api\Api;
66
use Razorpay\Api\Errors;
77

8-
const RAZORPAY_WHMCS_VERSION= '2.1.1';
8+
const RAZORPAY_WHMCS_VERSION= '2.2.0';
99
const RAZORPAY_PAYMENT_ID = 'razorpay_payment_id';
1010
const RAZORPAY_ORDER_ID = 'razorpay_order_id';
1111
const RAZORPAY_SIGNATURE = 'razorpay_signature';

0 commit comments

Comments
 (0)