Skip to content

Commit

Permalink
Fix Logistics serialization mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporylie committed Oct 8, 2024
1 parent 10293e5 commit 62a4ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Model/Checkout/v3/CreateCheckoutSessionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CreateCheckoutSessionRequest

/**
* @var \zaporylie\Vipps\Model\Checkout\v3\Logistics
* @Serializer\Type("\zaporylie\Vipps\Model\Checkout\v3\Logistics")
* @Serializer\Type("zaporylie\Vipps\Model\Checkout\v3\Logistics")
*/
protected $logistics;

Expand Down
2 changes: 1 addition & 1 deletion src/Model/Checkout/v3/PorterBuddy.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PorterBuddy

/**
* @var \zaporylie\Vipps\Model\Checkout\v3\PorterBuddyOrigin
* @Serializer\Type("\zaporylie\Vipps\Model\Checkout\v3\PorterBuddyOrigin")
* @Serializer\Type("zaporylie\Vipps\Model\Checkout\v3\PorterBuddyOrigin")
*/
protected $origin;

Expand Down

0 comments on commit 62a4ee0

Please sign in to comment.