We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6579af1 commit 3318c82Copy full SHA for 3318c82
includes/paystack-invoice.php
@@ -73,7 +73,7 @@ function kkd_format_metadata($data)
73
<label class="label inline">Amount:</label>
74
<strong><?php echo esc_html($currency.number_format($dbdata->amount)); ?></strong>
75
</div>
76
- <?php echo kkd_format_metadata($dbdata->metadata); ?>
+ <?php echo esc_html(kkd_format_metadata($dbdata->metadata)); ?>
77
78
<div class="span12 unit">
79
<label class="label inline">Date:</label>
0 commit comments