Skip to content

Commit

Permalink
fix: have ups show up in config
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen authored and wthijmen committed Dec 4, 2023
1 parent 3b3d036 commit 2625a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Consignment/UPSConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getLocalCountryCode(): string
public function getAllowedPackageTypes(): array
{
return [
self::PACKAGE_TYPE_PACKAGE,
self::PACKAGE_TYPE_PACKAGE_NAME,
];
}

Expand Down

0 comments on commit 2625a81

Please sign in to comment.