connectstuff / magento-afas-integration
A Magento 2 module to notify the connectstuff service after an order is created.
Package info
github.com/dev-mmb/connectstuff-magento-afas-integration
Type:magento2-module
pkg:composer/connectstuff/magento-afas-integration
1.0.2
2024-12-05 20:33 UTC
Requires
- php: ^7.3 || ^8.1
- magento/framework: *
This package is not auto-updated.
Last update: 2026-03-14 00:59:56 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'