We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
prestapay.zip
Change viewer's and add translate to module.
// $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);
The text was updated successfully, but these errors were encountered: