Skip to content

Commit

Permalink
changed webhook wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulwahidsharief committed Mar 11, 2024
1 parent 2e805f3 commit 7dd1cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/controller/extension/payment/razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ControllerExtensionPaymentRazorpay extends Controller
const SUBSCRIPTION_RESUMED = 'subscription.resumed';
const SUBSCRIPTION_CANCELLED = 'subscription.cancelled';
const SUBSCRIPTION_CHARGED = 'subscription.charged';
const WEBHOOK_WAIT_TIME = 30;
const WEBHOOK_WAIT_TIME = 120;
const HTTP_CONFLICT_STATUS = 409;
const CURRENCY_NOT_ALLOWED = [
'KWD',
Expand Down

0 comments on commit 7dd1cdf

Please sign in to comment.