Skip to content

Commit

Permalink
Adjust return type around payment details
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporylie committed Aug 1, 2024
1 parent dd6bd9d commit 2043238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Checkout/v3/WalletPaymentDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class WalletPaymentDetails

/**
* @var string
* @Serializer\Type("integer")
* @Serializer\Type("string")
*/
protected $state;

Expand Down

0 comments on commit 2043238

Please sign in to comment.