From 95d44dc3b42f023e6a8ef361285b5c27bc04d320 Mon Sep 17 00:00:00 2001 From: Alice Frumin <alifrumin@users.noreply.github.com> Date: Mon, 28 Oct 2019 11:34:46 -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 27195c82..05f14d84 100644 --- a/docs/extensions/payment-processors/create.md +++ b/docs/extensions/payment-processors/create.md @@ -625,7 +625,7 @@ To populate the blue help icons for the settings fields needed for your payment ```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 » General Security Settings</strong>.{/ts}</p> -{/htxt} + {/htxt} ``` see [core /templates/CRM/Admin/Page/PaymentProcessor.hlp](https://github.com/civicrm/civicrm-core/blob/master/templates/CRM/Admin/Page/PaymentProcessor.hlp) for examples. -- GitLab