hevelop/stripe-module-payments-graphql

This module exposes GraphQl API for Magento 2 Stripe Payments module

1.0.1 2021-03-31 09:11 UTC

This package is auto-updated.

Last update: 2024-04-29 04:21:31 UTC


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