Skip to content

Commit 6e5cdb1

Browse files
author
Serhiy Zhovnir
committed
#22899 Fix the issue with return type for getListByCustomerId method
1 parent 211dd25 commit 6e5cdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Vault/Api/PaymentTokenManagementInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface PaymentTokenManagementInterface
2020
* Lists payment tokens that match specified search criteria.
2121
*
2222
* @param int $customerId Customer ID.
23-
* @return \Magento\Vault\Api\Data\PaymentTokenSearchResultsInterface Payment token search result interface.
23+
* @return \Magento\Vault\Api\Data\PaymentTokenSearchResultsInterface[] Payment token search result interface.
2424
* @since 100.1.0
2525
*/
2626
public function getListByCustomerId($customerId);

0 commit comments

Comments
 (0)