devgfnl/pagbank-magento-graph-ql

There is no license information available for the latest version (1.0.0) of this package.

N/A

1.0.0 2024-11-09 20:40 UTC

This package is auto-updated.

Last update: 2024-12-09 21:00:45 UTC


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

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.