Skip to content

Commit

Permalink
fix(CreatePackages): Rename WeightedPackageInfoIn to WeightedPackageInfo
Browse files Browse the repository at this point in the history
to matchnew WSDL  fixes #71
  • Loading branch information
Salamek authored Sep 29, 2022
1 parent d0a7c27 commit e97a423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ public function createPackages(array $packages, $customerUniqueImportId = null)
] : null),
'Flags' => $flags,
'PalletInfo' => $palletInfo,
'WeightedPackageInfoIn' => $weightedPackageInfo
'WeightedPackageInfo' => $weightedPackageInfo
];

if ($package->getDepoCode() !== null) {
Expand Down

0 comments on commit e97a423

Please sign in to comment.