Skip to content

Commit 6bd1911

Browse files
Usik2203dmytro-ch
andauthored
Update app/code/Magento/VaultGraphQl/Model/Resolver/PaymentTokens.php
Co-authored-by: Dmytro Cheshun <d.cheshun@atwix.com>
1 parent 418e928 commit 6bd1911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/VaultGraphQl/Model/Resolver/PaymentTokens.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class PaymentTokens implements ResolverInterface
5454
*/
5555
public function __construct(
5656
PaymentTokenManagement $paymentTokenManagement,
57-
JsonSerializer $serializer
57+
JsonSerializer $serializer = null
5858
) {
5959
$this->paymentTokenManagement = $paymentTokenManagement;
6060
$this->serializer = $serializer;

0 commit comments

Comments
 (0)