Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1. Translate #1

Open
Sykoku opened this issue Jun 2, 2020 · 0 comments
Open

1. Translate #1

Sykoku opened this issue Jun 2, 2020 · 0 comments

Comments

@Sykoku
Copy link

Sykoku commented Jun 2, 2020

prestapay.zip

Change viewer's and add translate to module.

public function __construct()
{
    $this->name                   = 'prestapay';
    $this->tab                    = 'payments_gateways';
    $this->version                = '1.0';
    $this->author                 = 'Andresa Martins';
    $this->controllers            = array('payment', 'validation');
    $this->currencies             = true;
    $this->currencies_mode        = 'checkbox';
    $this->bootstrap              = true;

// $this->displayName = 'PrestaPay';
$this->description = 'Sample Payment module developed for learning purposes.';
$this->confirmUninstall = 'Are you sure you want to uninstall this module?';
$this->ps_versions_compliancy = array('min' => '1.7.0', 'max' => PS_VERSION);

    parent::__construct();

    $this->displayName = $this->l('PrestaPay');

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant