Skip to content

Commit

Permalink
Update Webhook confirmed iban field (#10)
Browse files Browse the repository at this point in the history
* Update Index.php

* bump plugin version
  • Loading branch information
tikohov20 authored Apr 14, 2022
1 parent 0f76eb7 commit 10bea91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controller/Webhooks/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function handlePending($params): array
*/
public function handleConfirmed($params): array
{
$viban = @$params['viban'];
$viban = @$params['bank_account']['iban'];
$monduId = @$params['order_uuid'];
$externalReferenceId = @$params['external_reference_id'];
$order = $this->_orderFactory->create()->loadByIncrementId($externalReferenceId);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mondu/magento2-payment",
"description": "Mondu payment method for magento 2",
"type": "magento2-module",
"version": "1.0.3",
"version": "1.0.4",
"license": [
"MIT"
],
Expand Down

0 comments on commit 10bea91

Please sign in to comment.