Skip to content

Commit

Permalink
Merge pull request #153 from wpsmartpay/feat/add_integrations_link
Browse files Browse the repository at this point in the history
fix: add instructions to enable gateways
  • Loading branch information
aushamim authored Dec 10, 2024
2 parents 9d16e2d + 8edd43e commit 9cafb77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Modules/Admin/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ public function settings_gateways_callback($args)
$html .= '</div>';
}
}
} else {
$html .= '<small class="form-text text-muted">' . __( 'Add more payment gateways from the Integrations panel.', 'smartpay' ) . '</small>';
}

$url = esc_url('https://wpsmartpay.com');
Expand Down

0 comments on commit 9cafb77

Please sign in to comment.