Model/Methods/Klarna.php 1 location
|
@@ 157-162 (lines=6) @@
|
154 |
|
|
155 |
|
$oInfoInstance = $this->getInfoInstance(); |
156 |
|
|
157 |
|
foreach ($this->aAssignKeys as $sKey) { |
158 |
|
$sData = $this->toolkitHelper->getAdditionalDataEntry($data, $sKey); |
159 |
|
if ($sData) { |
160 |
|
$oInfoInstance->setAdditionalInformation($sKey, $sData); |
161 |
|
} |
162 |
|
} |
163 |
|
|
164 |
|
$sFormattedDob = $this->getFormattedBirthday($data); |
165 |
|
if ($sFormattedDob !== false) { |
Model/Methods/Payolution/PayolutionBase.php 1 location
|
@@ 211-216 (lines=6) @@
|
208 |
|
parent::assignData($data); |
209 |
|
|
210 |
|
$oInfoInstance = $this->getInfoInstance(); |
211 |
|
foreach ($this->aAssignKeys as $sKey) { |
212 |
|
$sData = $this->toolkitHelper->getAdditionalDataEntry($data, $sKey); |
213 |
|
if ($sData) { |
214 |
|
$oInfoInstance->setAdditionalInformation($sKey, $sData); |
215 |
|
} |
216 |
|
} |
217 |
|
|
218 |
|
return $this; |
219 |
|
} |