Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 921 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 921 Bytes

Rapidez Riverty

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.