We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211dd25 + 6e5cdb1 commit 455d508Copy full SHA for 455d508
app/code/Magento/Vault/Api/PaymentTokenManagementInterface.php
@@ -20,7 +20,7 @@ interface PaymentTokenManagementInterface
20
* Lists payment tokens that match specified search criteria.
21
*
22
* @param int $customerId Customer ID.
23
- * @return \Magento\Vault\Api\Data\PaymentTokenSearchResultsInterface Payment token search result interface.
+ * @return \Magento\Vault\Api\Data\PaymentTokenSearchResultsInterface[] Payment token search result interface.
24
* @since 100.1.0
25
*/
26
public function getListByCustomerId($customerId);
0 commit comments