Skip to content

Commit

Permalink
Merge pull request #61 from razorpay/version_bump_2.2.0
Browse files Browse the repository at this point in the history
Version bump to 2.2.0
  • Loading branch information
enishant committed Dec 6, 2022
2 parents 4849b26 + ea060e9 commit d2c59e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,5 +37,5 @@ Visit [https://razorpay.com](https://razorpay.com) for support requests or email
This is licensed under the [MIT License][mit]

[mit]: https://opensource.org/licenses/MIT
[6]: https://github.com/razorpay/razorpay-whmcs/releases/tag/2.1.1
[6]: https://github.com/razorpay/razorpay-whmcs/releases/tag/2.2.0
[5]: https://github.com/razorpay/razorpay-whmcs/releases/tag/v1.0.3
2 changes: 1 addition & 1 deletion modules/gateways/razorpay.php
Expand Up @@ -5,7 +5,7 @@
use Razorpay\Api\Api;
use Razorpay\Api\Errors;

const RAZORPAY_WHMCS_VERSION= '2.1.1';
const RAZORPAY_WHMCS_VERSION= '2.2.0';
const RAZORPAY_PAYMENT_ID = 'razorpay_payment_id';
const RAZORPAY_ORDER_ID = 'razorpay_order_id';
const RAZORPAY_SIGNATURE = 'razorpay_signature';
Expand Down

0 comments on commit d2c59e2

Please sign in to comment.