connectstuff / magento-afas-integration
A Magento 2 module to notify the connectstuff service after an order is created.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.3 || ^8.1
- magento/framework: *
This package is not auto-updated.
Last update: 2025-09-12 22:35:54 UTC
README
- add to composer.json
- add env variables to src/app/etc/env.php
- CONNECTSTUFF_KEY = the key for the connectstuff afas connector
- CONNECTSTUFF_URL = the url to the connectstuff afas connector
development
A docker magento environment may be setup for testing purposes
- install from https://github.com/markshust/docker-magento
- the magento install location should be on the same level as the plugins parent folder and should be called m2
- if the parent folder is called 'dev' then the plugin should be contained in 'dev/plugin' and magento in 'dev/m2'
- add the environment variables mentioned in the setup to the src/app/etc/env.php file
- make some changes
- update the plugin in the magento instance using 'npm run plugin:update'