From 6d6764e8d2abf3fca3f737d235bc9ba5af5f56a9 Mon Sep 17 00:00:00 2001 From: Razorpay Date: Thu, 2 Jan 2025 11:17:18 +0530 Subject: [PATCH] changed evaluate call to install call --- woo-razorpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woo-razorpay.php b/woo-razorpay.php index 684cfadc..b8aa5d10 100644 --- a/woo-razorpay.php +++ b/woo-razorpay.php @@ -858,7 +858,7 @@ public function autoPostInstallationCheck() { try { - $response = $this->rzpPostInstallationCall('evaluate'); + $response = $this->rzpPostInstallationCall('install'); $checkout360Available = ((isset($response['checkout360_status']) === true) and ($response['checkout360_status'] === true)) ? 'yes' : 'no';