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 authored Dec 4, 2023
1 parent 5d13b20 commit e454e13
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 e454e13

Please sign in to comment.