devgfnl / pagbank-magento-graph-ql
N/A
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- pagbank/payment-magento: *
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.