Skip to content

Commit

Permalink
Salva informações de pagamento no pedido (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
laerte-guimaraes authored May 3, 2019
1 parent 5af230e commit 18ee73d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Notas das versões

## [1.7.1 - 03/05/2019](https://github.com/vindi/vindi-magento/releases/tag/1.7.1)

### Corrigido
- Persiste os dados do método de pagamento no pedido Magento


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

### Adicionado
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public function processPaidReturn($bill, $order = null)
}

$payment->setAdditionalInformation($additionalInfo);
$payment->save();
return true;
}

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.7.0</version>
<version>1.7.1</version>
</Vindi_Subscription>
</modules>
<global>
Expand Down

0 comments on commit 18ee73d

Please sign in to comment.