mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +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);
|
|
?>
|