Skip to content

Commit 8445d4b

Browse files
author
Ivan Ruzak
committed
Checkout: fixed bug with session details response amount
1 parent d5e5f2f commit 8445d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Checkout/PaymentDetails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PaymentDetails
1414

1515
/**
1616
* @var \zaporylie\Vipps\Model\Checkout\ResponseAmount
17-
* @Serializer\Type("zaporylie\Vipps\Model\Checkout\Amount")
17+
* @Serializer\Type("zaporylie\Vipps\Model\Checkout\ResponseAmount")
1818
*/
1919
protected $amount;
2020

0 commit comments

Comments
 (0)