Skip to content
Snippets Groups Projects
Unverified Commit 1ac618e7 authored by Alice Frumin's avatar Alice Frumin Committed by GitHub
Browse files

Update docs/extensions/payment-processors/create.md


Co-Authored-By: default avatarMikey O'Toole <mikey@mjco.uk>
parent 187a8bca
No related branches found
No related tags found
1 merge request!721Add "Populate Help Text on the Payment Processor Administrator Screen" section
...@@ -632,7 +632,7 @@ see [core /templates/CRM/Admin/Page/PaymentProcessor.hlp](https://github.com/civ ...@@ -632,7 +632,7 @@ see [core /templates/CRM/Admin/Page/PaymentProcessor.hlp](https://github.com/civ
$templatePath = realpath(dirname(__FILE__) . "/templates"); $templatePath = realpath(dirname(__FILE__) . "/templates");
CRM_Core_Region::instance('form-buttons')->add(array( CRM_Core_Region::instance('form-buttons')->add(array(
'template' => "{$templatePath}/{TEMPLATE FILE NAME}.tpl", 'template' => "{$templatePath}/{TEMPLATE FILE NAME}.tpl",
)); ));
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment