Skip to content

Commit

Permalink
Merge pull request conekta#2 from conekta/marketplace
Browse files Browse the repository at this point in the history
Fix attributes to deploy on marketplace
  • Loading branch information
Janee authored Jun 28, 2016
2 parents b7ec7ac + 288b6c2 commit b6fc297
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conektaprestashop.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ public function __construct()
{
$this->name = 'conektaprestashop';
$this->tab = 'payments_gateways';
$this->version = '1.0';
$this->author = 'Conekta.io';
$this->version = '0.2';
$this->author = 'Conekta';
parent::__construct();
$this->module_key = 'f9fff7b3952e3ecb51bb737ab7a05003';
$this->displayName = $this->l('Conekta Prestashop');
$this->description = $this->l('Accept payments by Credit and Debit Card with Conekta (Visa, Mastercard, Amex)');
$this->confirmUninstall = $this->l('Warning: all the Conekta transaction details in your database will be deleted. Are you sure you want uninstall this module?');
Expand Down

0 comments on commit b6fc297

Please sign in to comment.