soluzione-software/laravel-affiliate-zanox-network

This package is abandoned and no longer maintained. No replacement package was suggested.

Zanox network integration for soluzione-software/laravel-affiliate.

0.1.2 2021-04-29 08:17 UTC

This package is auto-updated.

Last update: 2021-09-17 10:48:27 UTC


README

Latest Version MIT License

Note the package is currently in beta. During the beta period things can and probably will change. Don't use it in production until a stable version has been released. We appreciate you helping out with testing and reporting any bugs.

Zanox network integration for soluzione-software/laravel-affiliate.

Installation & Configuration

composer require soluzione-software/laravel-affiliate-zanox-network

Edit config/affiliate.php:

<?php

return [

    //...

    /*
    |--------------------------------------------------------------------------
    | Networks Configuration
    |--------------------------------------------------------------------------
    */
    'networks' => [
        //...
        
        'zanox' => [
            'connect_id' => env('ZANOX_CONNECT_ID'),
            'secret_key' => env('ZANOX_SECRET_KEY'),
        ],
    ],

    //...
];

Edit .env:

ZANOX_CONNECT_ID=
ZANOX_SECRET_KEY=