From ac624e5d7f3eba9f74c37aa4bab82a324d79c796 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Sat, 19 Aug 2017 17:53:36 -0600 Subject: [PATCH] Add wiki redirects --- docs/extensions/payment-processors/create.md | 2 +- redirects/wiki-crmdoc.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/extensions/payment-processors/create.md b/docs/extensions/payment-processors/create.md index bce64ffc..583ebe1a 100644 --- a/docs/extensions/payment-processors/create.md +++ b/docs/extensions/payment-processors/create.md @@ -356,7 +356,7 @@ extension, the main changes are: may have a blank page because Apache has crashed (segfaulted). -## Testing Processor Plugins +## Testing Processor Plugins {:#testing} Here's some suggestions of what you might test once you have written your payment processor plug in. diff --git a/redirects/wiki-crmdoc.txt b/redirects/wiki-crmdoc.txt index 45fcf283..b26a19e9 100644 --- a/redirects/wiki-crmdoc.txt +++ b/redirects/wiki-crmdoc.txt @@ -180,3 +180,7 @@ Extensions+and+Permissions security/permissions#extensions Customize+Built-in+Profile+Contribution+and+Event+Registration+Screens framework/templates/customizing Page+Templates framework/templates Extending+Smarty framework/templates/extending-smarty +What+is+a+Payment+Processor extensions/payment-processors +Create+a+Payment-Processor+Extension docs/extensions/payment-processors/create +Testing+Processor+Plugins docs/extensions/payment-processors/create/#testing +Example+of+creating+a+payment+processor+extension extensions/payment-processors/example -- GitLab