tuna/module-tunagateway

Tuna's Magento 2 module.

Installs: 2 988

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Open Issues: 0

Language:JavaScript

Type:magento2-module

2.1 2025-05-07 13:01 UTC

This package is auto-updated.

Last update: 2025-07-29 01:14:12 UTC


README

This is the official magento 2 module for the tuna payment gateway.

tuna/module-tunagateway

Installation

This module is available through Packagist, below follow instructions to install either through a zip file.

* = in production please use the --keep-generated option

Downloaded Zip file

  • Unzip the zip file in app/code/Tuna like app/code/Tuna/TunaGateway/*
  • Enable the module by running php bin/magento module:enable Tuna_TunaGateway
  • Apply database updates by running php bin/magento setup:upgrade
  • force rebuild by running php bin/magento setup:di:compile
  • Refresh a static content by running php bin/magento setup:static-content:deploy -f en_US pt_BR
  • Flush the cache by running php bin/magento cache:flush
  • Execute the command 2 times to remove all content on genarated folder: rm -rf generated/*