Skip to content

Rapidez support for the Riverty payment method

Notifications You must be signed in to change notification settings

rapidez/riverty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.