You need to have the Riverty Magento 2 module installed and configured within your Magento 2 installation.
composer require rapidez/riverty
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')
You can publish the views with:
php artisan vendor:publish --provider="Rapidez\Riverty\RivertyServiceProvider" --tag=views
You can publish the icons with:
php artisan vendor:publish --provider="Rapidez\Riverty\RivertyServiceProvider" --tag=payment-icons
GNU General Public License v3. Please see License File for more information.