FIX: address exists
This commit is contained in:
@ -236,6 +236,9 @@ class Persona extends Ideal\Service
|
||||
} else {
|
||||
$newKey = substr($key, strlen('address_'));
|
||||
}
|
||||
if ($newKey === 'id') {
|
||||
continue;
|
||||
}
|
||||
$addressData[$newKey] = $value;
|
||||
}
|
||||
if (!empty($addressData)) {
|
||||
|
||||
Reference in New Issue
Block a user