Type
magento2-module
Extend payone-gmbh/magento-2 module in order to allow provide mock service endpoint
magento2-module
OSL-3.0
None
None
None
None
None
This module provides some plugins in order to manipulate API endpoints within the payone-gmbh/magento2
(https://github.com/PAYONE-GmbH/magento-2)
module. This is necessary for mocking purpose in a local development environment or for additional testing systems, which are
not supported by PAYONE.
ATTENTION: Please do not use this module in production environment. It is designed for testing purpose only!
After installing the module you need to configure the endpoints for your PSP mock service by adding following values
into your env.php
.
'system' => [
'default' => [
'techdivision_payone_mockable' => [
'payone' => [
'client_api' => 'https://psp-mock.test/payone/client-api/',
'post_gateway' => 'https://psp-mock.test/payone/post-gateway/',
]
]
],
],
This module was designed for https://github.com/techdivision/psp-mock, but it should also work for others.
This project is licensed under the OSL 3.0 License.