Skip to content

Commit

Permalink
Live payment issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jineshpv committed Aug 14, 2024
1 parent 177107e commit 0957256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-gateway-notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function render_changelog_html() {
*
* @return void
*/
public function display_simplify_changelog() {echo '<pre>';print_r($this->plugin_slug);echo '</pre>';exit;
public function display_simplify_changelog() {
$plugin = isset( $_REQUEST['plugin'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['plugin'] ) ) : null; // phpcs:disable WordPress.Security.NonceVerification.Recommended

if ( $plugin !== $this->plugin_slug ) {
Expand Down

0 comments on commit 0957256

Please sign in to comment.