Skip to content

Commit

Permalink
changed evaluate call to install call
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulwahidsharief committed Jan 2, 2025
1 parent 1fdbfe4 commit 6d6764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woo-razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 6d6764e

Please sign in to comment.