|
@@ -239,7 +239,7 @@ |
|
|
block discarded – undo |
|
239
|
239
|
$customer->data->phone = new stdClass(); |
|
240
|
240
|
|
|
241
|
241
|
$phone = $this->getIfSet('phone', $response); |
|
242
|
|
- $taxDocument = (isset($response->taxDocument)?$response->taxDocument:null) |
|
|
242
|
+ $taxDocument = (isset($response->taxDocument) ? $response->taxDocument : null) |
|
243
|
243
|
$customer->data->phone->countryCode = $this->getIfSet('countryCode', $phone); |
|
244
|
244
|
$customer->data->phone->areaCode = $this->getIfSet('areaCode', $phone); |
|
245
|
245
|
$customer->data->phone->number = $this->getIfSet('number', $phone); |
Please login to merge, or discard this patch.