.. include:: /Includes.rst.txt .. _develop: ======= Develop ======= This chapter is of interest when developing this extension further. .. _develop-site: Site ==== - Create `Build/site/wise/private.yaml` with wise related properties (see :ref:`Administration - Site configuration `) - Create the key files in `Build/site/wise` (see :ref:`Administration - Keys files `) .. _develop-logging: Logging ======= .. code-block:: php $GLOBALS['TYPO3_CONF_VARS']['LOG']['Buepro']['Wise']['writerConfiguration'] = [ \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [ \TYPO3\CMS\Core\Log\Writer\FileWriter::class => [ 'logFile' => \TYPO3\CMS\Core\Core\Environment::getVarPath() . '/log/wise.log' ], ], ]; .. _develop-various: Various ======= - Expose dev server: `ddev share` .. _develop-references: References ========== Wise API References ------------------- - `PHP Example API `__ - `PHP Example Webhook `__ - `API Postman collection `__ - `Balance account statement `__ PHP References -------------- - `Start new thread `__