diff --git a/src/PaymentMethods/PaymentFieldsStrategies/GiftcardFieldsStrategy.php b/src/PaymentMethods/PaymentFieldsStrategies/GiftcardFieldsStrategy.php index f9c52f32..adab1358 100644 --- a/src/PaymentMethods/PaymentFieldsStrategies/GiftcardFieldsStrategy.php +++ b/src/PaymentMethods/PaymentFieldsStrategies/GiftcardFieldsStrategy.php @@ -28,7 +28,7 @@ public function execute($gateway, $dataHelper) $issuerImageSvg = $this->checkSvgIssuers($issuers); $issuerImageSvg && ($html .= ''); $html .= $issuer->name; - echo esc_html(wpautop(wptexturize($html))); + echo wpautop(wptexturize($html)); return; }