|
@@ -286,7 +286,7 @@ function __construct(){
|
|
|
}
|
|
|
|
|
|
if(($data['country'] == 119) && !empty($data['r_tax_id'])){
|
|
|
- $xml .= "<customerDetails>".$xmend;
|
|
|
+ $xml .= "<CustomerDetails>".$xmend;
|
|
|
$xml .= "<RegistrationNumbers>".$xmend;
|
|
|
$xml .= "<RegistrationNumber>".$xmend;
|
|
|
$xml .= '<Number>'.$data['r_tax_id'].'</Number>'.$xmend;
|
|
@@ -294,7 +294,7 @@ function __construct(){
|
|
|
$xml .= '<NumberIssuerCountryCode>MX</NumberIssuerCountryCode>'.$xmend;
|
|
|
$xml .= "</RegistrationNumber>".$xmend;
|
|
|
$xml .= "</RegistrationNumbers>".$xmend;
|
|
|
- $xml .= "</customerDetails>".$xmend;
|
|
|
+ $xml .= "</CustomerDetails>".$xmend;
|
|
|
}
|
|
|
|
|
|
if($data['bx'] > 0)
|