hevelop/stripe-module-payments-graphql

此模块暴露了用于Magento 2 Stripe Payments模块的GraphQl API

1.0.1 2021-03-31 09:11 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:27 UTC


README

安装

  • Composer
composer require hevelop/stripe-module-payments-graphql
  • 下载模块
Download module from GitHub and copy/paste it under dir your_magento_root/app/code/Hevelop/StripeGraphQl

安装后,启用模块

bin/magento module:enable Hevelop_StripeGraphQl

升级数据库

bin/magento setup:upgrade

并编译Magento依赖注入

bin/magento setup:di:compile

测试与