Skip to content

Commit

Permalink
#36623 bugfix custom label remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mbe1987 committed Aug 21, 2024
1 parent cd63a4a commit 18f71bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ protected function useCustomServices(Shipment $shipment, $servicesData, Order $o
*/
protected function extractIdent($identCheckData): VASIdentCheck
{
var_dump($identCheckData);
$identCheck = (new VASIdentCheck())
->setFirstName($identCheckData['firstName'])
->setLastName($identCheckData['lastName']);
Expand Down

0 comments on commit 18f71bd

Please sign in to comment.