Skip to content

Commit

Permalink
Release v7.9.1
Browse files Browse the repository at this point in the history
* API improvements.
  • Loading branch information
alexhernandezord authored Aug 14, 2023
2 parents 56a71da + 05b2f7d commit 937e20e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

#### [v7.9.1](https://github.com/aplazame/prestashop/tree/v7.9.1) (2023-08-14)

* API improvements.

#### [v7.9.0](https://github.com/aplazame/prestashop/tree/v7.9.0) (2023-07-20)

* [ADD] Maximum instalment desired option for widgets.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version ?= v7.9.0
version ?= v7.9.1
errors = $(shell find aplazame -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)

syntax.checker:
Expand Down
4 changes: 2 additions & 2 deletions aplazame/aplazame.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct()
{
$this->name = 'aplazame';
$this->tab = 'payments_gateways';
$this->version = '7.9.0';
$this->version = '7.9.1';
$this->author = 'Aplazame SL';
$this->author_uri = 'https://aplazame.com';
$this->module_key = '64b13ea3527b4df3fe2e3fc1526ce515';
Expand Down Expand Up @@ -347,7 +347,7 @@ public function updateSettingsFromAplazame($privateKey)
$privateKey
);

$response = $client->get('/me');
$response = $client->get('/merchants/api-keys');

Configuration::updateValue('APLAZAME_PUBLIC_KEY', $response['public_api_key']);

Expand Down

0 comments on commit 937e20e

Please sign in to comment.