Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Add "Populate Help Text on the Payment Processor Administrator Screen" section #721

Merged
merged 17 commits into from
Jan 10, 2020
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/extensions/payment-processors/create.md
Co-Authored-By: Mikey O'Toole <mikey@mjco.uk>
  • Loading branch information
alifrumin and homotechsual authored Oct 28, 2019
commit aeb5f124f92ba140ae149696ba4ded8079733472
2 changes: 1 addition & 1 deletion docs/extensions/payment-processors/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ see [core /templates/CRM/Admin/Page/PaymentProcessor.hlp](https://github.com/civ
```php
if ($formName == 'CRM_Admin_Form_PaymentProcessor') {
$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",
));
}
Expand Down