Skip to content

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
36 lines (26 loc) · 1.04 KB

TechDivision/PayoneMockable

This module provides some plugins in order to manipulate API endpoints within the magento2/heidelpay (https://github.com/heidelpay/magento2) module. This is necessary for mocking purpose in a local development environment or for additional testing systems, which are not supported by Heidelpay.

ATTENTION: Please do not use this module in production environment. It is designed for testing purpose only!

Getting Started

Configuration

After installing the module you need to configure the endpoints for your PSP mock service by adding following values into your <project-root>/app/etc/config.php.

'system' => 
  array (
    'default' => 
    array (
      'techdivision_heidelpay_mockable' => 
      array (
        'psp_mock_url' => 'psp-mock.test',
      ),
    ),
  ),

Mock Service

This module was designed for https://github.com/techdivision/psp-mock, but it should also work for others.

License

This project is licensed under the OSL 3.0 License.