mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Sendcloud: Fix for domestic parcels - use IsEU instead of IstEU :-/
This commit is contained in:
parent
03f51a548a
commit
e79e2e24d2
@ -107,7 +107,7 @@ class Versandart_sendcloud extends Versanddienstleister
|
||||
$parcel->CountryState = $json->state;
|
||||
$parcel->TotalInsuredValue = $json->total_insured_value;
|
||||
$parcel->OrderNumber = $json->order_number;
|
||||
if (!$this->app->erp->IstEU($json->country)) {
|
||||
if (!$this->app->erp->IsEU($json->country)) {
|
||||
$parcel->CustomsInvoiceNr = $json->invoice_number;
|
||||
$parcel->CustomsShipmentType = $json->shipment_type;
|
||||
foreach ($json->positions as $pos) {
|
||||
|
Loading…
Reference in New Issue
Block a user