Extension:Paypal

Revision as of 11:32, 4 January 2021 by Shirayuki (talk | contribs) (translation tweaks)
MediaWiki extensions manual
Paypal
Release status: unmaintained
Implementation Tag
Description Creates a PayPal button, which leads user to your PayPal-Donation-Site.
Author(s) Pierre Rudloff, Peter De Decker
Latest version 1.0.2 (2016-01-09)
MediaWiki
Database changes No
Composer shakeepers/paypal
License GNU General Public License 2.0 or later
Download

The Paypal extension based on the former IpbWiki PayPal extension creates a PayPal button, which leads user to your PayPal-Donation-Site.

Installation

  • Download and place the file(s) in a directory called Paypal in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/Paypal/Paypal.php";
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.