Skip to content

Commit

Permalink
Version bump to 2.0.1 with bug fix in webhook URL in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChetanGN committed Mar 20, 2020
1 parent a94c7a1 commit 955f8a8
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 955f8a8

Please sign in to comment.