Skip to content

Commit

Permalink
Merge pull request #24 from razorpay/version_bump_2.0.1
Browse files Browse the repository at this point in the history
Version bump to 2.0.1 with bug fix in webhook URL in config
  • Loading branch information
ChetanGN committed Mar 20, 2020
2 parents a94c7a1 + 955f8a8 commit 40e89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gateways/razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Razorpay\Api\Api;
use Razorpay\Api\Errors;

const RAZORPAY_WHMCS_VERSION= '2.0.0';
const RAZORPAY_WHMCS_VERSION= '2.0.1';
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 40e89d0

Please sign in to comment.