From db9bdff1bd1a8ef32e5f726cb475ba06c077e938 Mon Sep 17 00:00:00 2001 From: Jamie Lentin Date: Tue, 23 Apr 2024 17:45:40 +0000 Subject: [PATCH] appconfig.ini.example: Set save_to_tmp_file_dir We *have* to set save_to_tmp_file_dir, otherwise PP_process_post falls over. Add an empty default to the example. --- private/appconfig.ini.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private/appconfig.ini.example b/private/appconfig.ini.example index 830ef106..3f808697 100755 --- a/private/appconfig.ini.example +++ b/private/appconfig.ini.example @@ -27,6 +27,8 @@ separator = [paypal] url = https://www.sandbox.paypal.com +; If set to "/var/tmp" e.g, the raw data received from Paypal will be dumped here. +save_to_tmp_file_dir = [general]