Skip to content

Commit

Permalink
added post installation flag update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulwahidsharief committed Dec 26, 2024
1 parent 38bbc8b commit d3ac4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions woo-razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ public function autoPostInstallationCheck()
$checkout360Available = ((isset($response['checkout360_status']) === true) and ($response['checkout360_status'] === true)) ? 'yes' : 'no';

update_option('rzp_checkout360_status', $checkout360Available);
update_option('rzp_post_installation_update_at', time());

// remove all checkout360 settings
if ((isset($response['merchant_status']) === true) and
Expand Down

0 comments on commit d3ac4a8

Please sign in to comment.