Skip to content

rezolved/magento2-instant-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Extension

This is the official Magento 2 extension for Rezolve Instant Checkout.

To learn more about Subscribe Pro you can visit us at https://www.rezolve.com/.

Getting Started

Installation via GitHub

You can install our Rezolve Magento 2 extension via our GitHub.

Please run these commands at the root of your Magento install:

composer config repositories.rezolve git https://github.com/rezolved/magento2-instant-checkout.git
composer require rezolve/magento2-instant-checkout
php bin/magento module:enable Rezolve_InstantCheckout
php bin/magento setup:upgrade