Skip to content

Commit

Permalink
Merge pull request #21 from paynl/masterUpdates
Browse files Browse the repository at this point in the history
Master updates
  • Loading branch information
woutse authored Nov 28, 2023
2 parents 4b5a10d + b214ec8 commit d84e989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions paynl_paymentmethods/controllers/front/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ public function initContent()

$arrEnduser['invoiceAddress'] = $arrAddress;

$arrEnduser['company']['name'] = $invoiceAddress->company;
$arrEnduser['company']['countryCode'] = $country->iso_code;
$arrEnduser['company']['vatNumber'] = $invoiceAddress->vat_number;

$apiStart->setEnduser($arrEnduser);


Expand Down
2 changes: 1 addition & 1 deletion paynl_paymentmethods/paynl_paymentmethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function __construct()
{
$this->name = 'paynl_paymentmethods';
$this->tab = 'payments_gateways';
$this->version = '3.6.1';
$this->version = '3.6.2';
$this->_postErrors = array();
$this->module_key = '6c2f48f238008e8f68271f5e4763d308';

Expand Down

0 comments on commit d84e989

Please sign in to comment.