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

pkg:composer/connectstuff/magento-afas-integration

1.0.2 2024-12-05 20:33 UTC

This package is not auto-updated.

Last update: 2026-01-31 00:27:50 UTC


README

  1. add to composer.json
  2. 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

  1. 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'
  2. add the environment variables mentioned in the setup to the src/app/etc/env.php file
  3. make some changes
  4. update the plugin in the magento instance using 'npm run plugin:update'