Skip to content

Commit

Permalink
fix: correct dpd shipment options (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Mar 14, 2024
1 parent b7760fd commit 3d99408
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/Model/Consignment/DPDConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,4 @@ public function getLocalCountryCode(): string
{
return self::CC_BE;
}

/**
* @return string[]
*/
public function getAllowedExtraOptions(): array
{
return [
self::EXTRA_OPTION_MULTI_COLLO,
];
}

/**
* @return string[]
*/
public function getAllowedShipmentOptions(): array
{
return [
self::SHIPMENT_OPTION_SIGNATURE,
];
}
}

0 comments on commit 3d99408

Please sign in to comment.