Skip to content

Commit e79e2e2

Browse files
author
Andreas Palm
committed
Sendcloud: Fix for domestic parcels - use IsEU instead of IstEU :-/
1 parent 03f51a5 commit e79e2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/lib/versandarten/sendcloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function CreateShipment(object $json, array $address): CreateShipmentResu
107107
$parcel->CountryState = $json->state;
108108
$parcel->TotalInsuredValue = $json->total_insured_value;
109109
$parcel->OrderNumber = $json->order_number;
110-
if (!$this->app->erp->IstEU($json->country)) {
110+
if (!$this->app->erp->IsEU($json->country)) {
111111
$parcel->CustomsInvoiceNr = $json->invoice_number;
112112
$parcel->CustomsShipmentType = $json->shipment_type;
113113
foreach ($json->positions as $pos) {

0 commit comments

Comments
 (0)