Skip to content

Commit

Permalink
Merge pull request #21 from razorpay/version_bump_2.0.0
Browse files Browse the repository at this point in the history
Version bump for WHMCS
  • Loading branch information
ChetanGN committed Feb 20, 2020
2 parents 86339a0 + ac182e9 commit 299e2dc
Showing 1 changed file with 1 addition and 1 deletion.
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.0';
const RAZORPAY_WHMCS_VERSION= '2.0.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 299e2dc

Please sign in to comment.