Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChetanGN committed Jul 20, 2021
1 parent 8cf3ea9 commit daf6321
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions includes/razorpay-webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ class RZP_Webhook
const VIRTUAL_ACCOUNT_CREDITED = 'virtual_account.credited';

protected $eventsArray = [
PAYMENT_AUTHORIZED,
VIRTUAL_ACCOUNT_CREDITED,
REFUNDED_CREATED,
PAYMENT_FAILED,
SUBSCRIPTION_CANCELLED
self::PAYMENT_AUTHORIZED,
self::VIRTUAL_ACCOUNT_CREDITED,
self::REFUNDED_CREATED,
self::PAYMENT_FAILED,
self::SUBSCRIPTION_CANCELLED
];

public function __construct()
Expand Down

0 comments on commit daf6321

Please sign in to comment.