X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d42956bf26b18d5a31be8a450da91788c2e3764e;hp=3f539895967b041057c26932d21d00c48c9d4f10;hb=c01c619fdcbcf29ed6ce045e03c0be5d13fd836c;hpb=acdcfc79977617610989a3a5eee39c63e373a546 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3f5398959..d42956bf2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1921,6 +1921,13 @@ and customer address. Include units.', }, { + 'key' => 'signup_server-third_party_as_card', + 'section' => 'self-service', + 'description' => 'Allow customer payment type to be set to CARD even when using third-party credit card billing.', + 'type' => 'checkbox', + }, + + { 'key' => 'selfservice-xmlrpc', 'section' => 'self-service', 'description' => 'Run a standalone self-service XML-RPC server on the backend (on port 8080).',