Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Mar 22, 2024
1 parent 9322e08 commit ac6b75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Gateways/AbstractGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function panelContent(): void
<select name="cf7_cp_item_currency" required>
<option value="">Select Currency</option>
' .
wp_kses_post(
wp_kses(
$options,
[
'option' => [
Expand Down

0 comments on commit ac6b75e

Please sign in to comment.