Installing the payment module
To install this connector via Composer:
- Make sure you have access to the source files in Nexus Proximis.
- Add the cleverage-lyra repository by adding the lines below to your composer.json file:
{ "type": "composer", "url": "https://nexus-production.tools-services-1.omn.proximis.com/repository/cleverage-lyra/" }
- Enter the command below to download the sources and update your composer files:
compose require cleverage/lyra:"^1"
- Enter the command below to install the connector and update the enabled.plugins file:
php bin/change.phar proximis:plugins -v enable CleverAge_Lyra
- In your configuration, add:
"Project": { "Lyra": { "connectorType": "moneticoretail", "defaultMetaDataCode": "WEB" }, }