Skip to content

Commit

Permalink
Update page-mandate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 6, 2023
1 parent 277adc0 commit 0b36aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/page-mandate.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<tr>
<th scope="row"><?php \esc_html_e( 'Details', 'pronamic_ideal' ); ?></th>
<td>
<pre><?php echo \esc_html( \json_encode( $mollie_mandate->details, \JSON_PRETTY_PRINT ) ); ?></pre>
<pre><?php echo \esc_html( \wp_json_encode( $mollie_mandate->details, \JSON_PRETTY_PRINT ) ); ?></pre>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 0b36aa9

Please sign in to comment.