From 30e741c4a0e35a187f91cb3aff1acc6d538fb3c9 Mon Sep 17 00:00:00 2001
From: Alice Frumin <alifrumin@users.noreply.github.com>
Date: Mon, 28 Oct 2019 11:32:55 -0400
Subject: [PATCH] Update docs/extensions/payment-processors/create.md

Co-Authored-By: Mikey O'Toole <mikey@mjco.uk>
---
 docs/extensions/payment-processors/create.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/extensions/payment-processors/create.md b/docs/extensions/payment-processors/create.md
index d453bac0..e005887c 100644
--- a/docs/extensions/payment-processors/create.md
+++ b/docs/extensions/payment-processors/create.md
@@ -618,7 +618,7 @@ To populate the blue help icons for the settings fields needed for your payment
 
 1. Add a template file to your extension with a `{htxt id='$ppTypeName-live-$fieldname'}` section for each settings field you are using for example, help text for the user-name filed for a payment processor with the name 'AuthNet' would look like:
 
-```
+    ```twig
 {htxt id='AuthNet-live-user-name'}
 {ts}Generate your API Login and Transaction Key by logging in to your Merchant Account and navigating to <strong>Settings &raquo; General Security Settings</strong>.{/ts}</p>
 {/htxt}
-- 
GitLab