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 1ac618e762bf730226133686f03d8ce516b0aec7
2 changes: 1 addition & 1 deletion docs/extensions/payment-processors/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ see [core /templates/CRM/Admin/Page/PaymentProcessor.hlp](https://github.com/civ
$templatePath = realpath(dirname(__FILE__) . "/templates");
CRM_Core_Region::instance('form-buttons')->add(array(
'template' => "{$templatePath}/{TEMPLATE FILE NAME}.tpl",
));
));
}
```

Expand Down