rapidez / riverty
Rapidez Riverty
Installs: 151
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.1|^8.2
- rapidez/core: ^3.0
This package is auto-updated.
Last update: 2024-12-13 10:13:36 UTC
README
Requirements
You need to have the Riverty Magento 2 module installed and configured within your Magento 2 installation.
Installation
composer require rapidez/riverty
Configuration
In order to let guests check out using Riverty they need to know their Date Of Birth and Gender. For this a template has been added. You must load this in on your payment page.
@include('riverty::additional-info')
Views
You can publish the views with:
php artisan vendor:publish --provider="Rapidez\Riverty\RivertyServiceProvider" --tag=views
Icons
You can publish the icons with:
php artisan vendor:publish --provider="Rapidez\Riverty\RivertyServiceProvider" --tag=payment-icons
License
GNU General Public License v3. Please see License File for more information.