Skip to content

Commit 7e640e9

Browse files
authored
Merge pull request #77 from razorpay/version_bump_2.2.1
version bump 2.2.1
2 parents 2c5ab70 + 1f3f0de commit 7e640e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ 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+
[7]: https://github.com/razorpay/razorpay-whmcs/releases/tag/2.2.1
4041
[6]: https://github.com/razorpay/razorpay-whmcs/releases/tag/2.2.0
4142
[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
@@ -7,7 +7,7 @@
77
use Razorpay\Api\Api;
88
use Razorpay\Api\Errors;
99

10-
const RAZORPAY_WHMCS_VERSION= '2.2.0';
10+
const RAZORPAY_WHMCS_VERSION= '2.2.1';
1111
const RAZORPAY_PAYMENT_ID = 'razorpay_payment_id';
1212
const RAZORPAY_ORDER_ID = 'razorpay_order_id';
1313
const RAZORPAY_SIGNATURE = 'razorpay_signature';

0 commit comments

Comments
 (0)