Skip to content

Commit

Permalink
BP-3722-Add a space between the values "Housenumber & HouseNumberAddi…
Browse files Browse the repository at this point in the history
…tion" for iDEAL fast checkout
  • Loading branch information
SandervdHulst committed Aug 27, 2024
1 parent f487ff8 commit 2fe1a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Push.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ private function extractAddress($addressType)

// Add the addition (like 'A') if it exists
if (isset($address['addition'])) {
$address['street'] .= $address['addition'];
$address['street'] .= ' ' .$address['addition'];
unset($address['addition']);
}
unset($address['housenumber']);
Expand Down

0 comments on commit 2fe1a3b

Please sign in to comment.