root/donation/files/lib/util/DonationPayPalUtil.class.php
@
78
| Revision 78, 324 bytes (checked in by d0nut, 6 years ago) |
|---|
| Rev | Line | |
|---|---|---|
| [60] | 1 | <?php |
| 2 | require_once(WCF_DIR.'lib/util/DonationUtil.class.php'); | |
| 3 | ||
| 4 | /** | |
| 5 | * donation implementation for paypal | |
| 6 | * | |
| 7 | * @author Torben Brodt | |
| 8 | * @package de.easy-coding.wcf.donation.paypal | |
| [78] | 9 | * @license GNU General Public License <http://opensource.org/licenses/gpl-3.0.html> |
| [60] | 10 | */ |
| 11 | class DonationPayPalUtil extends DonationUtil { | |
| 12 | ||
| 13 | } | |
| 14 | ?> |
Note: See TracBrowser
for help on using the browser.
