mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 20:21:37 +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);
|
||
|
?>
|