Installing the module
How to use Asaas in Magento
Magento/Asaas integration module
Installation
We recommend having a test environment to validate changes and updates before updating your production store. Also make a backup of all information before performing any update/installation procedures.
Compatible versions:
- 2.3.x
- 2.4.x
Prerequisite:
- Requires PHP version 7.1.X or higher.
Via the Adobe Marketplace
You can obtain the module (completely free) through Adobe’s official app store.
Just access the following link → https://commercemarketplace.adobe.com/asaas-module-magento2.html
Once the module has been added to the cart and the purchase completed, you can proceed with installation by following the instructions on Adobe’s installation page.
For detailed information, visit https://experienceleague.adobe.com/pt-br/docs/commerce-operations/installation-guide/tutorials/extensions
Via the Asaas repository ($git clone)
- Download the module by cloning this repository, and follow the steps below according to how your store was installed:
Install using Composer
-
Install via Packagist
-
composer require asaas/module-magento2
- At this point, your Magento authentication credentials may be requested. If you have any questions, there’s a description of how to proceed in this official documentation link.
-
-
Run the commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
orphp bin/magento setup:static-content:deploy pt_BR
, according to your store’s settings.
Install using GitHub
- If your store was created by cloning or downloading the Magento project, follow these steps:
- Extract the contents of the ZIP download from the official repository and move
\Magento2\
into theAsaas
folder. - Ensure your store’s directories are structured as
app/code/Asaas/Magento2
. - Run the command
bin/magento setup:upgrade
. - Run the command
bin/magento setup:di:compile
. - Run the command
bin/magento setup:static-content:deploy -f
. - Run the command
bin/magento cache:clean
.
Updated about 7 hours ago