-
I was looking at the documentation describing left joins [on the racket website](https://docs.racket-lang.org/sql/index.html). It looks to me like I need to provide two tables to do a left join. It se…
-
The query:
```
$query = new ReadByQuery();
$query->setObjectName('ITEM');
$query->setPageSize(1);
$response = $client->execute($query);
$result = $response->getResult();
```
The results:
```
…
-
I am using below code
$data["Name"] = substr($TaxdetailData["Taxdetail"]["taxcode"],0,31);
$data["Description"] = substr($TaxdetailData["Taxdetail"]["taxdesc"],0,31);
$data["RateValue"] = $Taxdetai…
-
Replacing line
day = day.toString().substr(day.length - 2, 2);
with
day = ('00'+day.toString()).substring(day.toString().length);
correctly pads the number and returns a correct Taxcode
-
Hi,
if I try to calculate the taxcode for a guy born in Castelnuovo di Napoli or in Napoli, the commune code is always the same (F839), that is the one belonging to the former.
-
Muy buenas Josemmo, antetodo gracias por tu gran trabajo, al intentar validar hoy el .xsig generado por su clase, me ha dado varios errores de validación y he modificado la clase Facturae.php, te adju…
-
### Preconditions
1. Magento EE 2.1.9 and AvaTax 1.0.2
### Steps to reproduce
1. Whenever customer tries to place an order with shipping address of UTHA, then an error is thrown stating "An err…
-
### Background information
__IMPORTANT: If you choose to ignore this issue report template, your issue will be closed as we cannot help without the requested information.__
Please make sure you …
-
Hi, It appears that whilst the SalesOrderLines endpoint says you can POST when you actually try to add a new line to an order it returns the error:
POST operation failed - This feed is read only a…
-
I have been running into an issue where examples aren't serialized properly - they are generating with PascalCase property names instead of being correctly serialized to CamelCase:
"example":…