mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
7 lines
151 B
PHP
7 lines
151 B
PHP
<?php
|
|
if (!defined('EP_PAGES')) {
|
|
define('EP_PAGES', 4096);
|
|
}
|
|
if (!defined('MONTH_IN_SECONDS')) {
|
|
define('MONTH_IN_SECONDS', 30 * DAY_IN_SECONDS);
|
|
}
|