OZtree
OZtree copied to clipboard
myconf.take('paypal.save_to_tmp_file_dir') should be wrapped with exception handling
If there's no paypal.save_to_tmp_file_dir then PP_process_post will fail currently. The myconf.take should be wrapped & provide a default.
A default in the example config will lessen the effect of this: https://github.com/OneZoom/OZtree/commit/db9bdff1bd1a8ef32e5f726cb475ba06c077e938
Could we simply use myconf.get for this @lentinj ?
If that works as we'd like now, don't see why not.