kanojiyadhaval / Stripe

Stripe payment gateway -- Magento2 extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe

Created by : Dhaval Kanojiya (E-commerce Architect)

Stripe payment gateway Magento2 extension Install

Go to Magento2 root folder

Enter following commands to install module:

composer config repositories.stripe git https://github.com/kanojiyadhaval/magento2-Dhaval_Stripe.git
composer require kanojiyadhaval/stripe:dev-master

Wait while dependencies are updated.

Enter following commands to enable module:

php bin/magento module:enable Dhaval_Stripe --clear-static-content
php bin/magento setup:upgrade

Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe

About

Stripe payment gateway -- Magento2 extension


Languages

Language:PHP 68.4%Language:HTML 19.1%Language:JavaScript 12.4%