summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm9
1 files changed, 7 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index c553f0c22..c4b214845 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -543,7 +543,7 @@ httemplate/docs/config.html
{
'key' => 'invoice_send_receipts',
'section' => 'deprecated',q
- 'description' => '<b>DEPRECATED</b>, this used to send an invoice copy on payments and credits. See the payment_receipt_email and instead.',
+ 'description' => '<b>DEPRECATED</b>, this used to send an invoice copy on payments and credits. See the payment_receipt_email and XXXX instead.',
'type' => 'checkbox',
},
@@ -1269,7 +1269,12 @@ httemplate/docs/config.html
'type' => 'checkbox',
},
-
+ {
+ 'key' => 'card_refund-days',
+ 'section' => 'billing',
+ 'description' => 'After a payment, the number of days a refund link will be available for that payment. Defaults to 120.',
+ 'type' => 'text',
+ },
);