Skip to content

Commit

Permalink
Ajusta status do retorno para Webhook de Teste (#104)
Browse files Browse the repository at this point in the history
* Ajusta status do retorno para Webhook de Teste
  • Loading branch information
laerte-guimaraes authored Apr 17, 2019
1 parent d0fd640 commit 0e1869b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Notas das versões

## [1.6.2 - 17/04/2019](https://github.com/vindi/vindi-magento/releases/tag/1.6.2)

### Ajustado
- Ajusta alteração de valores do produto no Magento
- Ajusta status do retorno para Webhook de Teste


## [1.6.1 - 16/04/2019](https://github.com/vindi/vindi-magento/releases/tag/1.6.1)

### Corrigido
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle($body)

case 'test':
$this->logWebhook('Evento de teste do webhook.');
return false;
return true;
case 'bill_created':
return $this->validator->validateBillCreatedWebhook($data);
case 'bill_paid':
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Vindi/Subscription/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Vindi_Subscription>
<version>1.6.1</version>
<version>1.6.2</version>
</Vindi_Subscription>
</modules>
<global>
Expand Down

0 comments on commit 0e1869b

Please sign in to comment.