Skip to content

Commit

Permalink
wip: small adjustments before pr
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSDV committed Nov 21, 2024
1 parent 9666267 commit 81cde17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/App/Options/Definition/CollectDefinition.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace MyParcelNL\Pdk\App\Options\Definition;

use MyParcelNL\Pdk\App\Options\Contract\OrderOptionDefinitionInterface;
Expand Down
2 changes: 2 additions & 0 deletions src/App/Order/Calculator/UPS/UPSDeliveryTypeCalculator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace MyParcelNL\Pdk\App\Order\Calculator\UPS;

use MyParcelNL\Pdk\App\Order\Calculator\AbstractPdkOrderOptionCalculator;
Expand Down
2 changes: 0 additions & 2 deletions src/Shipment/Model/ShipmentOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,3 @@ class ShipmentOptions extends Model
self::COLLECT => TriStateService::TYPE_STRICT,
];
}
//collect
//delivery type express :7

0 comments on commit 81cde17

Please sign in to comment.