mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-14 19:36:25 +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);
|
||
|
?>
|