hevelop / stripe-module-payments-graphql
This module exposes GraphQl API for Magento 2 Stripe Payments module
Package info
github.com/Hevelop/stripe-module-payments-graphql
Type:magento2-module
pkg:composer/hevelop/stripe-module-payments-graphql
1.0.1
2021-03-31 09:11 UTC
Requires
- magento/framework: *
- stripe/module-payments: 2.5.*
README
Installation
- Composer:
composer require hevelop/stripe-module-payments-graphql
- Downloading module:
Download module from GitHub and copy/paste it under dir your_magento_root/app/code/Hevelop/StripeGraphQl
After installation, enable the module
bin/magento module:enable Hevelop_StripeGraphQl
upgrade your database:
bin/magento setup:upgrade
and compile the Magento dependency injection:
bin/magento setup:di:compile
Tested with
- stripe/stripe-payments:2.5.4
- Magento 2.4.2
- stripe/react-stripe-js:^1.4.0