Install this package with composer:
composer require nickurt/laravel-oxxa
Copy the config files for the Oxxa-plugin
php artisan vendor:publish --provider="nickurt\Oxxa\ServiceProvider" --tag="config"
Add the Oxxa credentials to your .env file
OXXA_DEFAULT_USERNAME=
OXXA_DEFAULT_PASSWORD=
composer test