Skip to content

Commit 455d508

Browse files
ENGCOM-5121: #22899 Fix the issue with Incorrect return type at getListByCustomerId in PaymentTokenManagementInterface #22914
- Merge Pull Request #22914 from serhiyzhovnir/magento2:issue-22899-fix-the-issue-with-return-type - Merged commits: 1. 6e5cdb1
2 parents 211dd25 + 6e5cdb1 commit 455d508

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)