Skip to content

Commit 40e89d0

Browse files
authored
Merge pull request #24 from razorpay/version_bump_2.0.1
Version bump to 2.0.1 with bug fix in webhook URL in config
2 parents a94c7a1 + 955f8a8 commit 40e89d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.0';
8+
const RAZORPAY_WHMCS_VERSION= '2.0.1';
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)