2017 © Pedro Peláez
 

magento2-module payone-mockable

Extend payone-gmbh/magento-2 module in order to allow provide mock service endpoint

image

techdivision/payone-mockable

Extend payone-gmbh/magento-2 module in order to allow provide mock service endpoint

  • Monday, July 16, 2018
  • by vadimjustus
  • Repository
  • 9 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

TechDivision/PayoneMockable

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., (*1)

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

Getting Started

Configuration

After installing the module you need to configure the endpoints for your PSP mock service by adding following values into your env.php., (*3)

    'system' => [
        'default' => [
            'techdivision_payone_mockable' => [
                'payone' => [
                    'client_api' => 'https://psp-mock.test/payone/client-api/',
                    'post_gateway' => 'https://psp-mock.test/payone/post-gateway/',
                ]
            ]
        ],
    ],

Mock Service

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

License

This project is licensed under the OSL 3.0 License., (*5)

The Versions

16/07 2018

dev-master

9999999-dev

Extend payone-gmbh/magento-2 module in order to allow provide mock service endpoint

  Sources   Download

OSL-3.0

The Requires

 

16/07 2018

0.1.0

0.1.0.0

Extend payone-gmbh/magento-2 module in order to allow provide mock service endpoint

  Sources   Download

OSL-3.0

The Requires