13 lines
416 B
PHP
Executable file
13 lines
416 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'identifier_general' => 'booking-pdf-g-',
|
|
'identifier_general_name' => 'booking-pdf-general-name',
|
|
'identifier_content' => 'booking-pdf-c-',
|
|
'identifier_content_name' => 'booking-pdf-content-name',
|
|
'max_interval_days' => 28,
|
|
'deposit_percentage_rate' => 25,
|
|
'max_deposit_interval_days' => 28,
|
|
'coupon_default_value' => '50,00',
|
|
'coupon_valid_date_month' => 24,
|
|
];
|