mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-05 14:00:11 +00:00
7 lines
151 B
PHP
7 lines
151 B
PHP
|
<?
|
||
|
define('PAYPAL_ADDRESS','whatcdbill@gmail.com');
|
||
|
define('PAYPAL_CURRENCY','EUR');
|
||
|
define('PAYPAL_SYMBOL','€');
|
||
|
define('PAYPAL_MINIMUM',5);
|
||
|
?>
|