devgfnl / pagbank-magento-graph-ql
N/A
Package info
github.com/GabrielFNLima/payment-method-pagbank-magento-graphql
Type:magento2-module
pkg:composer/devgfnl/pagbank-magento-graph-ql
Requires
- magento/framework: *
- pagbank/payment-magento: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This module adds GraphQL support for the PagBank PWA Studio Extension, allowing seamless integration of the PagBank payment method with PWA Studio (Venia UI).
Prerequisites
- A Magento installation with PWA Studio configured.
- The Official PagBank Module for Magento installed.
- The PagBank PWA Studio Extension installed in your PWA Studio setup.
Installation
To set up the PagBank GraphQL module in your Magento environment, follow these steps:
Step 1: Install the Module
In your Magento root directory, install the PagBank GraphQL module via Composer:
composer require devgfnl/pagbank-magento-graph-ql
Step 2: Run Magento Setup Commands
After installation, execute the following Magento CLI commands to finalize the module setup:
bin/magento module:enable Devgfnl_PagBankGraphQl bin/magento setup:upgrade bin/magento setup:di:compile
Step 3: Clear Cache
Clear the Magento cache to ensure that the module is properly integrated and operational:
bin/magento cache:flush
If you encounter any issues or have questions about this module, please open an issue in the GitHub repository.